date-fns-tz
Advanced tools
Changelog
v3.2.0 (27 September 2024)
date-fns@4.0.0
supported (#301)date-fns
setDefaultOptions
(#286) @yangchristinaChangelog
v3.1.0 (15 April 2024)
OptionsWithTZ
is now either FormatOptionsWithTZ
or ToDateOptionsWithTZ
, matching date-fns
Changelog
v3.0.0 (6 April 2024)
date-fns
v3 (#265) Thank you, @christopherklint97date-fns@v3
format and use Babel Webpack loader for mjs files (#271)date-fns
v2 is no longer supportedutcToZonedTime
to toZonedTime
to make the name less confusing, just search & replacezonedTimeToUtc
to fromZonedTime
to make the name less confusing, just search & replaceimport formatInTimeZone from 'date-fns-tz/formatInTimeZone'
to
import { formatInTimeZone } from 'date-fns-tz/formatInTimeZone'
date-fns
)date-fns
)date-fns
no longer supports itflow
support since date-fns
also removed it