proposal-temporal

Provides standard objects and functions for working with dates and times. (by tc39)

Proposal-temporal Alternatives

Similar projects and alternatives to proposal-temporal

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better proposal-temporal alternative or higher similarity.

proposal-temporal discussion

Log in or Post with

proposal-temporal reviews and mentions

Posts with mentions or reviews of proposal-temporal. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-08-24.
  • Time Duration in JavaScript
    1 project | news.ycombinator.com | 13 Oct 2024
  • JavaScript Dates Are About to Be Fixed
    10 projects | news.ycombinator.com | 24 Aug 2024
    Where can I find production-ready polyfills? https://github.com/tc39/proposal-temporal/#polyfills only lists alpha and beta versions.
  • The 1 Hour per Year Bug (But Only in Pacific Time!)
    2 projects | news.ycombinator.com | 21 Aug 2024
    It’s totally feasible; if the server is using JS and is located in ET the parsed Date tends to be converted internally to local zone (very frustrating).

    The Temporal spec[1] should alleviate a lot of the JS induced pain. Knowing how to correctly store and manipulate time data, however is a completely separate issue that even really experienced engineers can easily mess up, even with solid STD lib support.

    1: https://tc39.es/proposal-temporal/docs/

  • Jiff: A brand new Datetime library for Rust, from the builder of ripgrep
    16 projects | news.ycombinator.com | 21 Jul 2024
    There's an additional related stepping stone here (as it is name dropped in the library's design document as well) in that TC-39 has been hard at work on a proposal to standardize similar APIs into EcmaScript (JS) called Temporal: https://tc39.es/proposal-temporal/docs/

    Temporal benefits from the JodaTime/Java 8+ date work, but also includes more recent IETF and IANA standards as other influences.

  • Timezone-naive datetimes are one of the most dangerous objects in Python
    1 project | news.ycombinator.com | 16 Jul 2024
    The trouble is when you have to deal with timezone-aware business logic. `date-fns-tz` does exist, but the amount of brain contortions required to keep track of everything is frankly exhausting, not to mention error-prone.

    Suffice it to say that I'm waiting with bated breath on the Temporal API (https://github.com/tc39/proposal-temporal).

  • Exploring the Newest Features in JavaScript ES2024
    1 project | dev.to | 3 Jul 2024
    Temporal Proposal
  • Is Temporal still temporal?
    5 projects | dev.to | 1 Jun 2024
    Temporal is the new JavaScript standard for date manipulations. It has a long, difficult journey that I want to share with you. Let's explore whether it's ready for production.
  • The long path of JavaScript - from ES6 until today.
    4 projects | dev.to | 25 May 2024
    The Temporal API, which is currently in Stage 3, is being developed to improve the current Date object, which is mostly known for its unexpected behavior. Today there are lots of date-time libraries for JavaScript, such as date-fns, moment, js-joda and a huge number of others. They all try to help with unpredictable and unexpected behavior of JavaScript Date object by adding features such as timezones, date parsing and almost everything else.
  • Publish pure ESM npm package written in TypeScript to JSR
    7 projects | dev.to | 12 May 2024
    I'm developing vremel, an utility library for Temporal API (similar to date-fns for Date). It's a pure ESM package1 and written in TypeScript.
  • Handling dates in JavaScript with Tempo
    4 projects | dev.to | 7 May 2024
    Even with the initial pitfalls of JavaScript dates, the ecosystem managed to tackle those challenges with good libraries. Some use the native JavaScript date while others have instead created their own robust tools to make up for the quirks JavaScript dates might have. With the JavaScript Temporal API about to roll out, working with dates and time in JavaScript will only improve.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 13 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic proposal-temporal repo stats
102
3,409
9.8
3 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com