Skip to content

0.50.23 Single fix - Fixes timezones in templates such as `{% now 'Europe/London', '%Y-%m-%d' %}`

Choose a tag to compare

@dgtlmoon dgtlmoon released this 13 Oct 09:55
· 12 commits to master since this release

Replace jinja2-time with arrow and improve timedate timezone integration, fixes timezones in templates such as {% now 'Europe/London', '%Y-%m-%d' %} etc (#3496)

What's Changed

  • Replace jinja2-time with arrow and improve timedate timezone integration by @dgtlmoon in #3496

Full Changelog: 0.50.22...0.50.23