jinja2-time icon indicating copy to clipboard operation
jinja2-time copied to clipboard

:calendar: Jinja2 Extension for Dates and Times

Results 15 jinja2-time issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi! I'm maintaining jinja2-time (as python-jinja-time) for Arch Linux. Currently I'm en route to packaging python-cookiecutter (for molecule). Unfortunately, the test suite fails on test_{add_time,substract_time,offset_with_format}: [python-jinja2-time-0.2.0-build.log](https://github.com/hackebrot/jinja2-time/files/4332459/python-jinja2-time-0.2.0-build.log) I think this is...

Broken on at least Python 2.7 due to [this issue at `arrow`](https://github.com/crsmithdev/arrow/issues/495). PR #5 seems really necessary now! For the install logs see [my comment in the PR over at...

Crash when i'm trying to add month (or years) offset in Red Hat Linux (in Windows it's works successfully). ```python >>> from jinja2 import Environment >>> env = Environment(extensions=['jinja2_time.TimeExtension']) >>>...

When using your time filter, it's currently not possible to get the behavior of isoformat() method. Notice that strftime does not support getting ISO 8601; any attempt at reconstructing it...

enhancement
help wanted