UNPKG

localized-dst

Version:

Determine if a date is in daylight savings time by country/state/city

5 lines (4 loc) 224 B
import { CountryDst } from './models'; export declare type CanadaDstLocation = 'CAN' | 'CAN.QUEBEC' | 'CAN.QUEBEC.MONTREAL' | 'CAN.ONTARIO' | 'CAN.ONTARIO.TORONTO'; declare const country: CountryDst; export default country;