File: README.Debian

package info (click to toggle)
python3-dateutil 2.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 980 kB
  • sloc: python: 6,430; makefile: 56
file content (7 lines) | stat: -rw-r--r-- 352 bytes parent folder | download
1
2
3
4
5
6
7
python3-dateutil for Debian
---------------------------

dateutil.zoneinfo.gettz() expects to find a local tarball containing the
timezone data files, but this has been removed for the Debian package. Code
using it should instead call dateutil.tz.gettz(), which uses the system timezone
data from the tzdata package (a dependency of python3-dateutil).