Skip to content

Commit f5ed3b3

Browse files
committed
add note about time strings conversion
1 parent 88a1f44 commit f5ed3b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apiary.apib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4241,7 +4241,7 @@ This request is [asynchronous](#introduction/synchronous-and-asynchronous-calls)
42414241
+ type (optional, enum[string]) - type of filter values interpretation
42424242
+ Members
42434243
+ SCALAR - default value type interpretation (default)
4244-
+ TIME_STRING - values are interpreted as date/time strings and converted to timestamps. When using TIME_STRING, dataType must be empty. Values must be valid date/time strings compatible with strtotime() or unix timestamps.
4244+
+ TIME_STRING - values are interpreted as date/time strings and converted to timestamps. When using TIME_STRING, dataType must be empty. Values must be valid date/time strings compatible with strtotime() or unix timestamps. All time strings are converted to UTC timezone.
42454245
+ Default: SCALAR
42464246
+ allowTruncate - (optional, boolean) is used to confirm that you really want to delete all rows in case you did not specify any filters.
42474247
+ default: false
@@ -10327,7 +10327,7 @@ Requesting changes will remove all approvals and move the Merge request to `deve
1032710327
+ type (optional, enum[string]) - type of filter values interpretation
1032810328
+ Members
1032910329
+ SCALAR - default value type interpretation (default)
10330-
+ TIME_STRING - values are interpreted as date/time strings and converted to timestamps. When using TIME_STRING, dataType must be empty. Values must be valid date/time strings compatible with strtotime() or unix timestamps.
10330+
+ TIME_STRING - values are interpreted as date/time strings and converted to timestamps. When using TIME_STRING, dataType must be empty. Values must be valid date/time strings compatible with strtotime() or unix timestamps. All time strings are converted to UTC timezone.
1033110331
+ Default: SCALAR
1033210332
1033310333

0 commit comments

Comments
 (0)