UNPKG

date-fns-tz

Version:

Time zone support for date-fns v3 with the Intl API

4 lines (3 loc) 197 B
import { formatInTimeZone as fn } from '../../formatInTimeZone/index.js'; import { convertToFP } from '../_lib/convertToFP/index.js'; export const formatInTimeZoneWithOptions = convertToFP(fn, 4);