1 repositorio
Standardized application programming interfaces for date and time handling within the JavaScript runtime.
Distinct from Date and Time Libraries: Specifically refers to the API proposal for the JavaScript language rather than a general-purpose utility library.
Explore 1 awesome GitHub repository matching data & databases · JavaScript APIs. Refine with filters or upvote what's useful.
This project is a proposal for a new immutable date and time API in JavaScript. It serves as a precision time-tracking library and a multi-calendar date engine designed to replace the legacy Date object. The system is distinguished by its support for multiple calendar systems beyond the ISO standard and its use of IANA-based time zone resolution. It provides a framework for managing daylight saving transitions and UTC offsets while maintaining nanosecond precision for global timestamps. The API covers broad functional areas including complex date and time arithmetic, locale-aware formatting,
Proposes a new immutable date and time API for JavaScript to replace the legacy Date object.