We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1497e commit 18a91e3Copy full SHA for 18a91e3
1 file changed
docs/usage/types.md
@@ -310,7 +310,7 @@ types:
310
* `int` or `float`, assumed as Unix time, i.e. seconds (if >= `-2e10` or <= `2e10`) or milliseconds (if < `-2e10`or > `2e10`) since 1 January 1970
311
* `str`, following formats work:
312
313
- * `YYYY-MM-DD[T]HH:MM[:SS[.ffffff]][Z or [±]HH[:]MM]]]`
+ * `YYYY-MM-DD[T]HH:MM[:SS[.ffffff]][Z or [±]HH[:]MM]`
314
* `int` or `float` as a string (assumed as Unix time)
315
316
* `date` fields can be:
@@ -327,7 +327,7 @@ types:
327
* `time`, existing `time` object
328
329
330
- * `HH:MM[:SS[.ffffff]][Z or [±]HH[:]MM]]]`
+ * `HH:MM[:SS[.ffffff]][Z or [±]HH[:]MM]`
331
332
* `timedelta` fields can be:
333
0 commit comments