Skip to content

Commit 18a91e3

Browse files
Fixed datetime format specifier in docs (#4876) (#4879)
Co-authored-by: gr8jam <23422130+gr8jam@users.noreply.github.com>
1 parent 1a1497e commit 18a91e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/usage/types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ types:
310310
* `int` or `float`, assumed as Unix time, i.e. seconds (if >= `-2e10` or <= `2e10`) or milliseconds (if < `-2e10`or > `2e10`) since 1 January 1970
311311
* `str`, following formats work:
312312

313-
* `YYYY-MM-DD[T]HH:MM[:SS[.ffffff]][Z or [±]HH[:]MM]]]`
313+
* `YYYY-MM-DD[T]HH:MM[:SS[.ffffff]][Z or [±]HH[:]MM]`
314314
* `int` or `float` as a string (assumed as Unix time)
315315

316316
* `date` fields can be:
@@ -327,7 +327,7 @@ types:
327327
* `time`, existing `time` object
328328
* `str`, following formats work:
329329

330-
* `HH:MM[:SS[.ffffff]][Z or [±]HH[:]MM]]]`
330+
* `HH:MM[:SS[.ffffff]][Z or [±]HH[:]MM]`
331331

332332
* `timedelta` fields can be:
333333

0 commit comments

Comments
 (0)