utcOffset returns different values for f=format() and toISOString()
Open
- Dominant language
- JavaScript
- Stars
- 48.7k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Am I missing something here?
When creating an object with utfOffset(), I set the second argument to true or false, which should create objects with differing point in time.
When using format() to show the show the whole string the hour is as expected (different) at the same timezone.
But when using toISOString() or valueOf() it shows that both objects are at the same moment (`1682759400000`)

Contributor guide
Assessment
This issue has not been assessed yet.