You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've written a bunch of template tags which convert UTC datetimes and timestamps to a local timezone. For example:
Last modified: {% localdt item.modified_utc %} ({% localtimesince time.modified_utc %})
Which converts the input datetimes to the timezone specified by the localtz context variable (it can also be explicitly specified, and all those other sensible things).
Would such a patch be accepted?
The text was updated successfully, but these errors were encountered:
randlet
pushed a commit
to Petro-Viron/django-timezones
that referenced
this issue
Aug 18, 2016
I've written a bunch of template tags which convert UTC datetimes and timestamps to a local timezone. For example:
Which converts the input datetimes to the timezone specified by the
localtz
context variable (it can also be explicitly specified, and all those other sensible things).Would such a patch be accepted?
The text was updated successfully, but these errors were encountered: