RosaeNLG / rosaenlg

RosaeNLG is a Natural Language Generation library for node.js and browser rendering, based on the Pug template engine.
https://rosaenlg.org
Apache License 2.0
91 stars 21 forks source link

corrected dates #162

Closed ludans closed 1 year ago

ludans commented 1 year ago

Thanks for contributing!

Please check if the PR fulfills these requirements πŸ‘Œ:

Also remember: each commit MUST contain a sign off message (see CONTRIBUTING.md) πŸ™„

Indicate related issue:

issue #161

Explain what is done, scope, limitations etc.

tests on dates were creating dates using UTC, then displaying them locally, which could lead to inconsistencies when running the tests in some time zones

Does this PR introduce a breaking change? 😁

no (no change to code, tests only)