Moscow timezone 02:30 instead 03:00

Bug #1713431 reported by Bdfy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pytz
Invalid
Undecided
Unassigned

Bug Description

#!/usr/bin/python3.5

from dateutil.parser import parse
import pytz

lists = [
"20170824010000 +0300",
"20170824015500 +0300",
"20170824034500 +0300",
"20170824052500 +0300",
"20170824210000 +0300",
"20170824232500 +0300"
]

for row in lists:
    print (parse(row).replace(tzinfo=pytz.timezone('Europe/Moscow')))

2017-08-24 01:00:00+02:30
2017-08-24 01:55:00+02:30
2017-08-24 03:45:00+02:30
2017-08-24 05:25:00+02:30
2017-08-24 21:00:00+02:30
2017-08-24 23:25:00+02:30

But Moscow timezone +03:00 ...

Revision history for this message
Stuart Bishop (stub) wrote :
Changed in pytz:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.