Commit 84b3c6b
authored
Fix time format for TAI Timestamps (#44)
In the documentation, `X` / `x` was used for both, 'UTC' timestamp and 'TAI' timestamp. However, according to the code, `XT` / `xt` must be used to format a time as TAI timestamp:
https://github.com/kshetline/tubular_time/blob/8341db46c34c7d067b8accf560d19532fd2f3268/src/format-parse.ts#L4971 parent 8341db4 commit 84b3c6b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | | - | |
| 269 | + | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
0 commit comments