Skip to content

Commit

Permalink
Remove Unix Epoch references from Temporal.Now.instant()
Browse files Browse the repository at this point in the history
Fixes #2418. Related to #2175.
  • Loading branch information
mlemoine-clgx authored and ptomato committed Dec 8, 2022
1 parent 140885e commit 4211309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Several important concepts are explained elsewhere: [exact time, wall-clock time

### **Temporal.Now**

- `Temporal.Now.instant()` - get the exact time since [Unix epoch](https://en.wikipedia.org/wiki/Unix_time)
- `Temporal.Now.instant()` - get the current system exact time
- `Temporal.Now.timeZone()` - get the current system time zone
- `Temporal.Now.zonedDateTime(calendar)` - get the current date and wall-clock time in the system time zone and specified calendar
- `Temporal.Now.zonedDateTimeISO()` - get the current date and wall-clock time in the system time zone and ISO-8601 calendar
Expand Down

0 comments on commit 4211309

Please sign in to comment.