# date-fns v3.5.0 - Product: date-fns (https://whatsnew.fyi/product/date-fns) - Vendor: date-fns - Date: 2024-03-15 - Version: v3.5.0 - Original notes: https://github.com/date-fns/date-fns/releases/tag/v3.5.0 - Permalink: https://whatsnew.fyi/product/date-fns/releases/v3.5.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- Kudos to @fturmel, @kossnocorp, @makstyle119, @tan75, @marcreichel, @tareknatsheh and @audunru for working on the release. Also, thanks to @seated [for sponsoring me](https://github.com/sponsors/kossnocorp). ###### Fixed - [Fixed functions that use current date internally and made them work with date extensions like `UTCDate`.](https://github.com/date-fns/date-fns/issues/3730) - [Fixed `daysToWeeks` returning negative 0.](https://github.com/date-fns/date-fns/commit/882ced61c692c7c4a79eaaec6eb07cb9c8c9195b) - [Fixed German grammar for the "half a minute" string.](https://github.com/date-fns/date-fns/pull/3715) ###### Added - [Added the Northern Sámi (`se`) locale.](https://github.com/date-fns/date-fns/pull/3724) - Added the `constructNow` function that creates the current date using the passed reference date's constructor.