ljqx / tc39-proposal-temporal

This is an implementation of a polyfill for the TC39 Termporal Proposal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temporal Polyfill

This is an implementation of a polyfill for the TC39 Termporal Proposal.

Implementation Issues:

Proposed Changes / Additions to the Proposal

Instant.prototype.format(locale = navigator.language, options = {}) & ZonedInstant.prototype.format(locale = navigator.language, options = {})

Considering the frequency of converting date/time values to customized strings, the format convenience method seems to make sense. It should follow the same signature as Intl.DateTimeFormat.prototype.format with the notable exception that locale is defaulted to navigator.language and the timeZone option is overriddent to the ZonedInstant's time zone or UTC for Instants.

About

This is an implementation of a polyfill for the TC39 Termporal Proposal.

License:MIT License


Languages

Language:JavaScript 96.3%Language:HTML 3.7%