My mistake, as you can see there is no tzdata supplied with package, as
it is in pypi source archive (https://pypi.python.org/pypi/pytz/)

$ dpkg -L python3-tz 
/.
/usr
/usr/lib
/usr/lib/python3
/usr/lib/python3/dist-packages
/usr/lib/python3/dist-packages/pytz
/usr/lib/python3/dist-packages/pytz/__init__.py
/usr/lib/python3/dist-packages/pytz/exceptions.py
/usr/lib/python3/dist-packages/pytz/reference.py
/usr/lib/python3/dist-packages/pytz/tzinfo.py
/usr/lib/python3/dist-packages/pytz/tzfile.py
/usr/lib/python3/dist-packages/pytz-2012c.egg-info
/usr/lib/python3/dist-packages/pytz-2012c.egg-info/dependency_links.txt
/usr/lib/python3/dist-packages/pytz-2012c.egg-info/PKG-INFO
/usr/lib/python3/dist-packages/pytz-2012c.egg-info/zip-safe
/usr/lib/python3/dist-packages/pytz-2012c.egg-info/top_level.txt
/usr/share
/usr/share/doc
/usr/share/doc/python3-tz
/usr/share/doc/python3-tz/changelog.Debian.gz
/usr/share/doc/python3-tz/copyright

I hitted error with my local django installation, but error was not in
system package, sorry for that.

To find what utc offset for 'Europe/Moscow' run:

$ python3 -c "import pytz, datetime;
print(datetime.datetime.now(pytz.timezone('Europe/Moscow')).strftime('%z'))"

My output is:
+0300

It is correct.

I think you can close this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1386206

Title:
  python-tz: Russia reintroduces daylight saving time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-tz/+bug/1386206/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to