|
|
|
|
|
by rmc
5288 days ago
|
|
> there was always an accurate one-to-one mapping between a Unix time and a time in each time zone That's not true in general. When the "clocks go backwards", there are two 1:30ams on that morning. The bug this comment is refering to, is where you convert from local to UTC as soon as the user enters the datetime, and then use that from then on. Since the "local to UTC" conversion might change between now and the date, as the tzdata time is updated, you might get this bug. |
|