Django and time zone-aware date fields (redux)
Django and time zone-aware date fields (redux)
August 1, 2009
Previously on 24…
I posted a module for handling time zone-aware datetime objects, but I left out all the hassle of dealing with form input. Here is a more complete python package for Django that includes a form field sub-class that can handle a small set of datetime string formats that include a time zone offset.
This code is released under Django’s BSD license.
Last updated on