mirror of https://github.com/therootcompany/tz.js
fix typo
This commit is contained in:
parent
bdea26ff86
commit
2352655838
|
@ -38,7 +38,7 @@ TZ.toTimeZoneISOString("2021-11-07T07:15:59.000Z", "America/New_York");
|
|||
```js
|
||||
var utcDate = TZ.toTimeZone("2021-03-14T07:15:59.000Z", "America/New_York");
|
||||
// {
|
||||
// year: 2021, month: 11, day: 7,
|
||||
// year: 2021, month: 3, day: 14,
|
||||
// hour: 3, minute: 15, second: 59, millisecond: 0,
|
||||
// offset: -240, timeZoneName: "Eastern Daylight Time"
|
||||
// }
|
||||
|
|
Loading…
Reference in New Issue