Skip to content

Instantly share code, notes, and snippets.

@trey
Created August 23, 2008 15:34
Show Gist options
  • Save trey/6925 to your computer and use it in GitHub Desktop.
Save trey/6925 to your computer and use it in GitHub Desktop.
ISO 8601 in Django templates
{{ value|date:"Y-m-d G:i:s" }}
{# For use with Timeago: http://timeago.yarp.com/ #}
<abbr class="timeago" title="{{ entry.created|date:"Y-m-d G:i:s" }}">Whatever</abbr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment