1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: python-tz
Section: python
Priority: extra
Maintainer: Brian Sutherland <jinty@web.de>
Build-Depends-Indep: debhelper (>= 4.0.0), python, python2.3-dev
Standards-Version: 3.6.1
Package: python-tz
Architecture: all
Depends: ${python:Depends}
Description: Python version of the Olson timezone database
python-tz brings the Olson tz database into Python. This library allows
accurate and cross platform timezone calculations using Python 2.3 or higher.
It also solves the issue of ambiguous times at the end of daylight savings,
which you can read more about in the Python Library Reference
(datetime.tzinfo).
.
Homepage: http://pytz.sourceforge.net/
.
This package is a dummy package depending on the python-tz version for the
current default Python version.
Package: python2.3-tz
Architecture: all
Depends: ${python:Depends}
Description: Python version of the Olson timezone database
python-tz brings the Olson tz database into Python. This library allows
accurate and cross platform timezone calculations using Python 2.3 or higher.
It also solves the issue of ambiguous times at the end of daylight savings,
which you can read more about in the Python Library Reference
(datetime.tzinfo).
.
Homepage: http://pytz.sourceforge.net/
.
This package contains the Python modules for python version 2.3.
|