Skip to content

A fork the Python pytz which works on Google App Engine

License

Notifications You must be signed in to change notification settings

davidwtbuxton/gae-pytz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAE pytz

A fork of pytz which works on Google App Engine.

Based on http://appengine-cookbook.appspot.com/recipe/caching-pytz-helper/ but modified so that it can be imported normally with import pytz.

Install from PyPI:

$ pip install gae-pytz

The project home is on GitHub: https://github.com/potatolondon/gae-pytz/

How to update the zone info database

Clone the gae-pytz repository and download the source distribution of pytz:

$ git clone https://github.com/potatolondon/gae-pytz.git
$ cd gae-pytz
$ pip install --download . --no-binary :all: pytz

That should download the source tarball for pytz and save it in the current directory. Extract the zone info database and create a new zip (you need to change the name for the pytz source tarball):

$ python makezoneinfo.py < pytz-2016.6.1.tar.gz > pytz/zoneinfo.zip

About

A fork the Python pytz which works on Google App Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages