README
@chopshop/tz
TZ
typescript type is the Internet Assigned Numbers Authority (IANA) time zone database.
import { TZ } from '@chopshop/tz';
const timeZone: TZ = 'America/New_York';
IANA Time Zone
<script type="module">
import chopshopTz from 'https://cdn.skypack.dev/@chopshop/tz';
</script>
TZ
typescript type is the Internet Assigned Numbers Authority (IANA) time zone database.
import { TZ } from '@chopshop/tz';
const timeZone: TZ = 'America/New_York';