Сообщение от Rise
|
С чего бы это?
|
а с того:
https://developer.mozilla.org/en-US/...cts/Date/parse
Цитата:
|
The Date.parse() method parses a string representation of a date, and returns the number of milliseconds since January 1, 1970, 00:00:00 UTC.
|
не забывай что из этой даты:
'January 1, 1970' Date.parse вычитает локальную временную зону, так как для
Date.parse дата:
'January 1, 1970' считается локальной, потому что не указан явно временной сдвиг.