date-fns-tz
Version:
Time zone support for date-fns v3 with the Intl API
17 lines (15 loc) • 979 B
JavaScript
"use strict";
// This file is generated automatically by `scripts/build/indices.js`. Please, don't change it.
module.exports = {
format: require('./format/index.js').format,
formatInTimeZone: require('./formatInTimeZone/index.js').formatInTimeZone,
formatInTimeZoneWithOptions: require('./formatInTimeZoneWithOptions/index.js').formatInTimeZoneWithOptions,
formatWithOptions: require('./formatWithOptions/index.js').formatWithOptions,
fromZonedTime: require('./fromZonedTime/index.js').fromZonedTime,
fromZonedTimeWithOptions: require('./fromZonedTimeWithOptions/index.js').fromZonedTimeWithOptions,
getTimezoneOffset: require('./getTimezoneOffset/index.js').getTimezoneOffset,
toDate: require('./toDate/index.js').toDate,
toDateWithOptions: require('./toDateWithOptions/index.js').toDateWithOptions,
toZonedTime: require('./toZonedTime/index.js').toZonedTime,
toZonedTimeWithOptions: require('./toZonedTimeWithOptions/index.js').toZonedTimeWithOptions
};