SaaSHub helps you find the best software and product alternatives Learn more →
Proposal-temporal Alternatives
Similar projects and alternatives to proposal-temporal
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
-
-
proposal-relative-indexing-method
Discontinued A TC39 proposal to add an .at() method to all the basic indexable classes (Array, String, TypedArray)
-
Joda-Time
Joda-Time is the widely used replacement for the Java date and time classes prior to Java SE 8.
-
-
-
-
-
temporal-polyfill
A lightweight polyfill for Temporal, successor to the JavaScript Date object (by fullcalendar)
proposal-temporal discussion
proposal-temporal reviews and mentions
- Time Duration in JavaScript
-
JavaScript Dates Are About to Be Fixed
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!)
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
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
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
Temporal Proposal
-
Is Temporal still temporal?
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.
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
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
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
Stats
tc39/proposal-temporal is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of proposal-temporal is HTML.
Popular Comparisons
- proposal-temporal VS moment
- proposal-temporal VS dayjs
- proposal-temporal VS Luxon
- proposal-temporal VS date-fns
- proposal-temporal VS js-joda
- proposal-temporal VS You-Dont-Need-Momentjs
- proposal-temporal VS sdk-typescript
- proposal-temporal VS wasmer
- proposal-temporal VS proposal-relative-indexing-method
- proposal-temporal VS babel-ts-export-type-bug