-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
There are a bunch of effectful methods with in the description according to the current machine's date/time
. I guess when the machine switches to another timezone or DST the time will be updated.
There are other methods that are not effectful with in description according to UTC
.
Description of toISOString https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
The timezone is always UTC, as denoted by the suffix Z.
IMO this method should be non-effectful like the other UTC methods
Metadata
Metadata
Assignees
Labels
No labels