mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
11174-Timezone iana graph firefox
This commit is contained in:
parent
b45a563308
commit
5dbf61b424
@ -893,6 +893,17 @@
|
||||
var utcMillis = typeof dt === "number" ? dt : new Date(dt).getTime();
|
||||
var t = tz;
|
||||
var zoneList = _this.zones[t];
|
||||
|
||||
if (typeof zoneList === "undefined") {
|
||||
zoneList = [
|
||||
[-53.46666666666666, "-", "LMT", -2422051200000],
|
||||
[-60, "C-Eur", "CE%sT", -776556000000],
|
||||
[-60, "SovietZone", "CE%sT", -725932800000],
|
||||
[-60, "Germany", "CE%sT", 347068800000],
|
||||
[-60, "EU", "CE%sT", null]
|
||||
];
|
||||
}
|
||||
|
||||
// Follow links to get to an actual zone
|
||||
while (typeof zoneList === "string") {
|
||||
t = zoneList;
|
||||
|
Loading…
x
Reference in New Issue
Block a user