March 6, 2021
12:23 a.m.
On 2021-03-05 20:29, Ian Abbott via tz wrote:
The problem seems to be related to the use of leapseconds.
# ./main -l "2022-11-01 00:00:00" -path /usr/share/zoneinfo -tz America/Adak UTC: 2022-11-01 09:00:00 +0000 UTC # ./main -l "2022-11-01 00:00:00" -path /usr/share/zoneinfo/right -tz America/Adak UTC: 2022-11-01 10:00:00 +0000 UTC
Shouldn't you compare # ./main -l "2022-11-01 00:00:00" -path /usr/share/zoneinfo -tz America/Adak with # ./main -l "2022-11-01 00:00:27" -path /usr/share/zoneinfo/right -tz America/Adak? Michael Deckers.