temporal
temporal copied to clipboard
Tracking issue for `Instant` component
Below is the functionality needed for the Instant component.
- [x] 8.3.3 get
Temporal.Instant.prototype.epochSeconds - [x] 8.3.4 get
Temporal.Instant.prototype.epochMilliseconds - [x] 8.3.5 get
Temporal.Instant.prototype.epochMicroseconds - [x] 8.3.6 get
Temporal.Instant.prototype.epochNanoseconds - [x] 8.3.7
Temporal.Instant.prototype.add ( temporalDurationLike ) - [x] 8.3.8
Temporal.Instant.prototype.subtract ( temporalDurationLike ) - [x] 8.3.9
Temporal.Instant.prototype.until ( other [ , options ] ) - [x] 8.3.10
Temporal.Instant.prototype.since ( other [ , options ] ) - [x] 8.3.11
Temporal.Instant.prototype.round ( roundTo ) - [x] 8.3.12
Temporal.Instant.prototype.equals ( other ) - [x] 8.3.13
Temporal.Instant.prototype.toString ( [ options ] ) - [x] ~~8.3.14
Temporal.Instant.prototype.toLocaleString ( [ locales [ , options ] ] )~~ (TO BE DETERMINED) - [x] 8.3.15
Temporal.Instant.prototype.toJSON ( ) - [x] 8.3.16
Temporal.Instant.prototype.valueOf ( ) - [x] ~~8.3.17
Temporal.Instant.prototype.toZonedDateTime ( item )~~ (Removed in favor of just ISO method) - [x] 8.3.18
Temporal.Instant.prototype.toZonedDateTimeISO ( timeZone )