Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.11 KB

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.

ts-time-format

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.