UNPKG

@kermank/nldp

Version:

A modular date/time parser for converting natural language into dates and times

10 lines 367 B
import { DateTime } from 'luxon'; /** * Convert a UTC date to a date in the target timezone */ export declare function convertToTimeZone(date: DateTime, timeZone: string): DateTime; /** * Convert a date from a source timezone to UTC */ export declare function convertFromTimeZone(date: DateTime, timeZone: string): DateTime; //# sourceMappingURL=timezone.d.ts.map