Testing timezone bug in golang
git clone git@github.com:na4ma4/tzbug.git
cd tzbug
make
2020/10/29 01:05:41 Expected time stamp returned for Europe/Berlin
2020/10/29 01:05:41 Expected: 2020-10-29 15:30:00 +0100 CET
2020/10/29 01:05:41 Actual: 2020-10-29 15:30:00 +0100 CET
2020/10/29 01:05:41 Expected time stamp returned for Australia/Brisbane
2020/10/29 01:05:41 Expected: 2020-10-29 15:30:00 +1000 AEST
2020/10/29 01:05:41 Actual: 2020-10-29 15:30:00 +1000 AEST
2020/10/29 01:05:41 Expected time stamp returned for Australia/Sydney
2020/10/29 01:05:41 Expected: 2020-10-29 15:30:00 +1100 AEDT
2020/10/29 01:05:41 Actual: 2020-10-29 15:30:00 +1100 AEDT
2020/10/29 01:05:43 Expected time stamp returned for Australia/Brisbane
2020/10/29 01:05:43 Expected: 2020-10-29 15:30:00 +1000 AEST
2020/10/29 01:05:43 Actual: 2020-10-29 15:30:00 +1000 AEST
2020/10/29 01:05:43 Incorrect time stamp returned for Australia/Sydney
2020/10/29 01:05:43 Expected: 2020-10-29 15:30:00 +1100 AEDT
2020/10/29 01:05:43 Actual: 2020-10-29 15:30:00 +1000 AEST
2020/10/29 01:05:43 Incorrect time stamp returned for Europe/Berlin
2020/10/29 01:05:43 Expected: 2020-10-29 15:30:00 +0100 CET
2020/10/29 01:05:43 Actual: 2020-10-29 15:30:00 +0200 CEST
Based on this gist