Summary: | Javascript reports time wrongly (TimezoneOffset is wrong) | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | alan |
Component: | kjs | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
alan
2009-12-20 19:56:17 UTC
It has just been explained to me why this is NOT a bug. On 1st Jan 1970 the UK was trialling running British summer time through the winter, so at Date(0) it WAS GMT+1 Changing Date(0) to Date(<millisecond from 1970 to now>) works and gives time offset 0 |