Justin Grant
Justin Grant
Adds `` variants for "offset time zone identifier" and "offset time zone identifiers" for clearer hyperlinking in 262, 402, and Temporal specs. This is especially helpful when "available named time...
This PR extends and clarifies the "Deploying to GitHub Pages with a custom domain" section in the readme. It explains an alternate way to get the CNAME file into your...
Node (see https://github.com/nodejs/node/issues/34799) emits console output when running tests under a debugger (e.g. VS Code's IDE debugger). `Debugger attached.\n` is emitted at the beginning of the test, and `Waiting for...
I just wrapped my react.js app in a component, and it yielded the following warnings, two of which are complaining about react-autocomplete (version 1.8.1). > Warning: Unsafe lifecycle methods were...
While reviewing bug reports on existing ECMAScript canonicalization behavior, I ran across a problematic case: when a new TZDB identifier is introduced, inevitably some environments will get it before others,...
This proposal should define what "canonical time zone identifier" means in ECMAScript. Creating the text for this definition is part of [Step 4](https://github.com/justingrant/proposal-canonical-tz/blob/main/README.md#4-prescriptive-spec-text-to-reduce-divergence-between-implementations) as described in the README. Unfortunately "A...
This proposal recommends storing un-canonicalized Link identifiers in TimeZone and ZonedDateTime slots, and returning Link identifier strings from `ZonedDateTime.p.timeZoneId`, `TimeZone.p.id`, and `toString`/`toJSON` of both types. But what about `Intl.DateTimeFormat.p.resolvedOptions().timeZone`? **Arguments...
In the May 2023 TC39 meeting, @dminor (Mozilla) brought up a concern around the proposed waiting period for renames. The issue is that if there's a waiting period for renames,...
The core proposition of this proposal is that ECMAScript shouldn't change user-inputted identifiers. If the user provides Asia/Calcutta, then they should get Asia/Calcutta back. Ditto for Asia/Kolkata. But should this...
CLDR-17111 - [ ] This PR completes the ticket. ALLOW_MANY_COMMITS=true This PR adds a commit to #3736 (cc @yumaoka) to align CLDR's aliases for recently deprecated zones to match IANA's...