Skip to content

Commit

Permalink
Fixed datetime format specifier in docs (#4876) (#4879)
Browse files Browse the repository at this point in the history
Co-authored-by: gr8jam <23422130+gr8jam@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and gr8jam committed Dec 27, 2022
1 parent 1a1497e commit 18a91e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/types.md
Expand Up @@ -310,7 +310,7 @@ types:
* `int` or `float`, assumed as Unix time, i.e. seconds (if >= `-2e10` or <= `2e10`) or milliseconds (if < `-2e10`or > `2e10`) since 1 January 1970
* `str`, following formats work:

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

* `date` fields can be:
Expand All @@ -327,7 +327,7 @@ types:
* `time`, existing `time` object
* `str`, following formats work:

* `HH:MM[:SS[.ffffff]][Z or [±]HH[:]MM]]]`
* `HH:MM[:SS[.ffffff]][Z or [±]HH[:]MM]`

* `timedelta` fields can be:

Expand Down

0 comments on commit 18a91e3

Please sign in to comment.