[Django]-Formatting Time Django Template

1👍

you could use the pyiso8601 package that does this exactly. It accepts tzinfo which you can use pytz library to get predefined timezones. [they have plenty of e.g.]

Leave a comment