summaryrefslogtreecommitdiff
path: root/time/py-pytz
AgeCommit message (Collapse)AuthorFilesLines
2013-04-01Update to 2013b, the usual changes +wiz3-7/+10
Asia/Khandyga Asia/Ust-Nera Europe/Busingen
2012-12-09Update to 2012h, the usual time zone changes.wiz2-6/+6
2012-10-21Update to 2012g.wiz2-6/+6
2012-10-16Mark as ready for python-3.x.wiz1-3/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-02Update to 2012f, sync with upstream.wiz2-6/+9
2012-08-12Update to 2012d: The usual changes.wiz2-6/+6
2012-04-22Update to 2012c, time zone updates.wiz2-6/+6
2012-03-12Update to 2012b, the usual time zone updates.wiz3-7/+8
2012-01-20Mark as not available for python3 because py-setuptools isn't.wiz1-2/+3
2012-01-20Update to 2011n. Usual timezone changes, and:wiz3-7/+19
2011-02-08 - Python 3.1 support.
2010-08-17Update py-pytz to 2010k.obache3-8/+12
Based on PR#43764 by Kamel Derouiche timezone update.
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).