Live data from Hacker News

Viewing profile — justingrantjg

justingrantjg

HN member
Joined
Sat, Nov 20, 2021, 11:52 PM UTC
HN karma
11
Public activity
8 items

About justingrantjg

No profile information was provided.

Recent public activity

  1. comment
    Comment #47420921

    4. Why is it `Temporal.ZonedDateTime` not `Temporal.DateTime`? This is a fun story. Originally there was no `Temporal.ZonedDateTime`, and the type now called `Temporal.PlainDateTim…

  2. comment
    Comment #47420919

    I'm one of the volunteer open-source folks (called "proposal champions" in TC39 parlance) who designed the Temporal API. Sorry for the late reply, as you can imagine it's been a bu…

  3. comment
    Comment #45362690

    This is a big milestone to getting Temporal shipped in Chrome (unflagged), which will have huge positive on JS developers around the world. Thank you all for your hard work to get …

  4. comment
    Comment #42884392

    Yep. That said, for end users it's a fairly good story because consumer OSs have gotten very good at automatically adjusting clients' time zone based on geo-location. Just like whe…

  5. comment
    Comment #42884372

    > https://github.com/tc39/proposal-canonical-tz - appropriately to these comments, a proposal to handle tzdb changes, built on top of JS Temporal, includes some great examples of a…

  6. comment
    Comment #42884355

    It's already the standard! RFC 9557 was approved late last year. https://www.rfc-editor.org/rfc/rfc9557.html

  7. comment
    Comment #42884346

    There are 5 different `islamic-*` calendars (and a `persian` calendar too) supported in JS today: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe... There's no geograp…

  8. comment
    Comment #42884167

    Temporal includes `equals` methods on every type. String comparison sometimes works, but there are enough cases where it doesn't (especially when comparing strings that refer to th…