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

I tried to use the following expression: `{% now 'local' - 'days=1', '%d %b %Y %H:%M:%S' %}` which leads to the following error: `ValueError: Unknown attribute: 'days'` I am working...

According to https://github.com/hackebrot/jinja2-time/issues/18

### What am I using?: * Cookiecutter version: 1.7.3 * Template project url: [hot-cookiecutters](https://github.com/hot-dogs/hot-cookiecutters/tree/main/projects/hot-ctd) * Python version: 3.10 * Operating System: macOS ### Description: I have a [cookiecutter.json](https://github.com/hot-dogs/hot-cookiecutters/blob/main/projects/hot-ctd/cookiecutter.json) file with...

Hi, thanks for `jinja2time`! This one-liner opens up the compatibility from [`

From what I can tell, [`arrow`](https://github.com/crsmithdev/arrow) is effectively unmaintained at this point or nearly so, and does not have their trove classifiers set up to support Python 3.6. We were...

Arrow [PR267](https://github.com/arrow-py/arrow/pull/276) broke time offsets using `replace`. To fix: * Changed arrow `replace` to `shift`. * Removed python

Travis doesn't ship more Python interpreters than requested by the version. We use a matrix to specify the Python interpreter we want. Travis isn't able to setup Python 3.3 anymore,...

Previously, the `replace()` method from arrow was shifting the date when the arguments were using the plural form. Since Arrow 0.9.0, this has been deprecated in favor of a `shift()`...

This should fix #6. Also see http://blog.eustace.io/please-stop-using-arrow.html, https://pendulum.eustace.io/blog/a-faster-alternative-to-pyz.html and https://twitter.com/i/web/status/944203346738638848 ;-)

Fix for this problem https://github.com/hackebrot/jinja2-time/issues/7