mirror of https://github.com/therootcompany/tz.js
typo fix
This commit is contained in:
parent
37181d65a0
commit
7ea37d8772
|
@ -145,7 +145,7 @@ new Date("2021-11-07T03:15:59.000-0500").toISOString());
|
||||||
Use ISO-like timestamps representing the _local_ time in the target time zone:
|
Use ISO-like timestamps representing the _local_ time in the target time zone:
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
"2021-11-0 T03:15:59.000"
|
"2021-11-0 03:15:59.000"
|
||||||
```
|
```
|
||||||
|
|
||||||
Convert directly to an offset ISO String:
|
Convert directly to an offset ISO String:
|
||||||
|
|
Loading…
Reference in New Issue