0.2.1 • Published 3 years ago
ts-time v0.2.1
ts-time
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.