IANA Time Zone
npm install @chopshop/tz
TZ typescript type is the Internet Assigned Numbers Authority (IANA) time zone database.
TZ
``typescriptimport { TZ } from '@chopshop/tz';
typescriptimport { TZ } from '@chopshop/tz';
const timeZone: TZ = 'America/New_York';``