Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ birth_date:date |bd:date
1964-06-02T00:00:00.000Z|1964-06-02T00:00:00.000Z
;

convert with zones
convert with zones#[skip:-8.13.99, reason: default date formatter is changed in 8.14]
ROW str = "2025-04-11T05:00:00+0400"
| EVAL dt = TO_DATETIME(str);

Expand All @@ -216,7 +216,7 @@ dt:datetime | bool:boolean
2025-04-11T01:00:00.000Z | true
;

convert no zone
convert no zone#[skip:-8.13.99, reason: default date formatter is changed in 8.14]
ROW str = "2025-04-11T05:00:00.000"
| EVAL dt = TO_DATETIME(str);

Expand Down