As I work on extracting information from my weblog for migration, I am working on properly dealing with time zones. Some months ago, I worked out how to use time zones correctly in Python, work that I’d like to come back to document. For now, I note the
libraries I’m using:
- python-dateutil – Labix
- pytz – World Timezone Definitions for Python (to get a set of time zone definitions)
mxDateTime – Date/time types for Python, which I have yet to use, seems worthwhile to explore.