summaryrefslogtreecommitdiff
path: root/README.txt
blob: 9959b4f0a76c48d52fd8e5ca006af5ceb21643ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

Brings the Olson tz database into Python. This library allows accurate and
cross platform timezone calculations.

More information in src/README.txt

Release process;

    1) Untar upstream tarballs into elsie/src
    2) Update OLSON_VERSION in src/pytz/__init__.py and EXPECTED_VERSION in
       src/pytz/tests/test_tzinfo.py
    3) make test
    4) make dist