Tagged Questions

1
vote
5answers
758 views

How to properly add PyTZ to a Google App Engine application?

This is a little embarrassing, but I have not been able to find good resources on this topic. I'm working on a Google App Engine application that requires sophisticated time zone conversions. Since I ...
0
votes
1answer
99 views

Import error using gaepytz (pytz in gae)

I am trying to use pytz on gae and found gaepytz. But, I get an import error when importing it and I think it is because I am not placing the original pytz and gaepytz side by side correctly in my app ...