11ty / 11ty-website

Documentation site for the Eleventy static site generator.
https://www.11ty.dev/
MIT License
466 stars 678 forks source link

Pitfall: nunjucks-date vs nunjucks-date-filter #231

Open porglezomp opened 4 years ago

porglezomp commented 4 years ago

I read the documentation on the timezone errors with formatting dates, but nonetheless had trouble getting stuff to format correctly. I've only just now realized that nunjucks-date and nunjucks-date-filter are two separate packages (with identical interfaces it seems) and that only the latter formats things in UTC by default as is needed here. I don't know if this belongs in the documentation because it's about an external package, but I was confused by it for a few days.

Ryuno-Ki commented 4 years ago

XKCD 1883 - Supervillain Plan

I vote for always assuming UTC by default.

porglezomp commented 4 years ago

Note that eleventy itself is always UTC and pretty clearly documented as such, this is just an issue of other technically unrelated packages.