Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save bootandy/4319295 to your computer and use it in GitHub Desktop.

Select an option

Save bootandy/4319295 to your computer and use it in GitHub Desktop.
How2 Print a date in a tornado template from a Mongodb ObjectId
{{locale.format_date(c['_id'].generation_time.replace(tzinfo=None))}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment