mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
JS: Fix DST detection
refs #3607 Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
b4afdf4115
commit
d9b337a213
@ -14,7 +14,7 @@
|
||||
return Date.maxTimezoneOffset;
|
||||
}
|
||||
|
||||
var year = new Date().getYear();
|
||||
var year = new Date().getFullYear();
|
||||
var previousOffset;
|
||||
|
||||
for (var i=0; i<12; i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user