Closed squaregoldfish closed 10 years ago
We need to store the daylight savings offset as seconds, not just a boolean. This is so we can calculate the 'true' local time.
The calculation for true local midday is UTC + timezone offset - DST offset.
Not relevant - the timezone offset will always be updated to be correct.
We need to store the daylight savings offset as seconds, not just a boolean. This is so we can calculate the 'true' local time.