mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
e522f4b65a
Mainly I removed `Temporal.Calendar` and `Temporal.TimeZone` and replaced them to APIs that handle calendar and timezone as strings. https://github.com/tc39/proposal-temporal/pull/2925 Related #24836
10 lines
357 B
Text
10 lines
357 B
Text
Check [WILDCARD]
|
|
Temporal.Now [WILDCARD]
|
|
Temporal.Instant 1969-07-20T20:17:00Z
|
|
Temporal.ZonedDateTime 1995-12-07T03:24:30.0000035-08:00[America/Los_Angeles]
|
|
Temporal.PlainDate 2006-08-24
|
|
Temporal.PlainTime 19:39:09.068346205
|
|
Temporal.PlainDateTime 1995-12-07T15:00:00
|
|
Temporal.PlainYearMonth 2020-10
|
|
Temporal.PlainMonthDay 07-14
|
|
Temporal.Duration PT130H20M
|