summaryrefslogtreecommitdiff
path: root/time/py-pytz
AgeCommit message (Collapse)AuthorFilesLines
2010-02-16Update to 2010b, the usual.wiz3-7/+10
2010-01-20Update to 2009u: the usual timezone updates.wiz2-6/+6
2009-11-17Update to 2009r. Usual database updates.wiz3-7/+8
2009-10-31Update to 2009n. Time zone updates!wiz2-6/+6
2009-08-09Update to 2009j. Usual timezone updates, I guess.wiz2-6/+7
2009-06-14Remove @dirrm entries from PLISTsjoerg1-25/+1
2009-02-23Update to 2009a:wiz3-8/+10
Changes undocumented, probably just timezone updates.
2008-09-12Default EGG_NAME to ${DISTNAME} in egg.mk and drop EGG_NAME from packages thatepg1-2/+1
set it to ${DISTNAME}.
2008-09-10dirrm the egg info direpg1-1/+2
2008-09-10switch to using python/egg.mk and add missing entries to PLIST. Approved by ↵abs2-3/+10
markd@, bump pkgrevision
2008-06-23Initial import py-pytz-2008bmarkd4-0/+640
pytz 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).