|
|
|
|
|
by jsmeaton
3595 days ago
|
|
Django provides django.utils.timezone to make handling dates and times easier. Not every python project has access to django.utils.timezone. pytz is mostly what you need to get timezones right, but there's still room for something like this. |
|