Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPyoungyang time zone issue. #15
Closed
Comments
|
New version is (finally) out with the updated database. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I found a time zone issue which changed Pyongyang(North Korea) time zoned recently.
According to 'https://en.wikipedia.org/wiki/Time_in_North_Korea', I found 'On 29 April 2018, North Korean leader Kim Jong-un announced his country would be returning to UTC+9 to realign its clocks with South Korea. '. It based on the Guadian Newspaper('https://www.theguardian.com/world/2018/may/05/time-for-change-north-korea-moves-clocks-forward-to-match-south')
Below code is not match the Wiki.
The result is below.
Second result should be equal to '2018-06-19 18:23:36.818469+09:00'
Could you change code and and document(https://github.com/stub42/pytz/blob/master/tz/asia#L1997)?
And When I test the previous example, I found another interesting sample code.
Finally, I found another interesting document. You described world timezone. Previsous menthioned, I think it should be changed.
https://github.com/stub42/pytz/blob/master/tz/asia#L47
https://github.com/stub42/pytz/blob/master/tz/asia#L50
-> I think it should be removed at '8:30 KST KDT Korea when at +0830', maintained at ''9:00 KST KDT Korea when at +09'.
Thanks in advance.