- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13.1k
Open
Labels
Domain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScript
Description
⚙ Compilation target
ESNext
⚙ Library
n/a
Missing / Incorrect Definition
- Temporal
- Temporal.Now
- Temporal.Instant
- Temporal.ZonedDateTime
- Temporal.PlainDate,- Temporal.PlainTime,- Temporal.PlainDateTime
- Temporal.PlainYearMonth,- Temporal.PlainMonthDay
- Temporal.Duration
Sample Code
const now = Temporal.Now.instant();
const past = Temporal.Instant.from('1969-07-20T20:17Z');Documentation Link
https://tc39.es/proposal-temporal/docs/index.html
The API itself is quite stable. It is calendar that is blocking implementation.
dahlia, bbb651, utamori, maknapp, KaelWD and 7 morenhardy and pedro757
Metadata
Metadata
Assignees
Labels
Domain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScript