1.4.0 • Published 6 years ago

tz-fns v1.4.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

tz-fns

Time zone conversion with Intl.DateTimeFormat.

Example

import { convert } from "tz-fns";

convert("2020-01-15T12:00:00Z", "Europe/Oslo"); // => "2020-01-15T13:00:00+01:00" (CET)
convert("2020-07-15T12:00:00Z", "Europe/Oslo"); // => "2020-07-15T14:00:00+02:00" (CEST)

License

Original code in this repo is licensed under the Apache License 2.0.

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago