Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking issue for Instant component #12

Open
5 of 16 tasks
nekevss opened this issue Feb 7, 2024 · 0 comments
Open
5 of 16 tasks

Tracking issue for Instant component #12

nekevss opened this issue Feb 7, 2024 · 0 comments
Labels
C-tracking-issue Issues tracking a set of tasks that need to be done
Milestone

Comments

@nekevss
Copy link
Member

nekevss commented Feb 7, 2024

Below is the functionality needed for the Instant component.

  • 8.3.3 get Temporal.Instant.prototype.epochSeconds
  • 8.3.4 get Temporal.Instant.prototype.epochMilliseconds
  • 8.3.5 get Temporal.Instant.prototype.epochMicroseconds
  • 8.3.6 get Temporal.Instant.prototype.epochNanoseconds
  • 8.3.7 Temporal.Instant.prototype.add ( temporalDurationLike )
  • 8.3.8 Temporal.Instant.prototype.subtract ( temporalDurationLike )
  • 8.3.9 Temporal.Instant.prototype.until ( other [ , options ] )
  • 8.3.10 Temporal.Instant.prototype.since ( other [ , options ] )
  • 8.3.11 Temporal.Instant.prototype.round ( roundTo )
  • 8.3.12 Temporal.Instant.prototype.equals ( other )
  • 8.3.13 Temporal.Instant.prototype.toString ( [ options ] )
  • 8.3.14 Temporal.Instant.prototype.toLocaleString ( [ locales [ , options ] ] )
  • 8.3.15 Temporal.Instant.prototype.toJSON ( )
  • 8.3.16 Temporal.Instant.prototype.valueOf ( )
  • 8.3.17 Temporal.Instant.prototype.toZonedDateTime ( item )
  • 8.3.18 Temporal.Instant.prototype.toZonedDateTimeISO ( timeZone )
@nekevss nekevss added the C-tracking-issue Issues tracking a set of tasks that need to be done label Feb 7, 2024
@nekevss nekevss added this to the 0.1 Blocking milestone Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-tracking-issue Issues tracking a set of tasks that need to be done
Projects
None yet
Development

No branches or pull requests

1 participant