TypeScript/JavaScript library of immutable date/time models with time zone support.
This library mimics Java 8 Date/Time API, adjusting its API to the best practices of TypeScript and JavaScript. It uses Intl.DateTimeFormat API to detect time zone offsets, providing efficient and reliable time zone support in your client code.
ts-time is available as npm package.
npm i ts-time
See documentation for details.
Project license is MIT.
Extension of ts-time library with date/time formatting capabilities.
ts-time-format is available as npm package.
npm i ts-time-format
See documentation for details.
Project license is MIT.