Fix UTC clock display in non-UTC timezones.
This commit is contained in:
parent
35e5088529
commit
2f2803a775
2 changed files with 8 additions and 2 deletions
public_html
|
@ -120,7 +120,7 @@ function initialize() {
|
|||
skinId: "classic",
|
||||
displayRadius: 40,
|
||||
showSecondHand: true,
|
||||
gmtOffset: 0,
|
||||
gmtOffset: "0", // this has to be a string!
|
||||
showDigital: false,
|
||||
logClock: false,
|
||||
logClockRev: false
|
||||
|
@ -131,7 +131,7 @@ function initialize() {
|
|||
skinId: "classic",
|
||||
displayRadius: 40,
|
||||
showSecondHand: true,
|
||||
gmtOffset: 0,
|
||||
gmtOffset: null,
|
||||
showDigital: false,
|
||||
logClock: false,
|
||||
logClockRev: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue