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 1f68112 commit 287a8b7Copy full SHA for 287a8b7
macros/utils/data_types/cast_column.sql
@@ -23,8 +23,8 @@
23
24
{%- macro clickhouse__edr_cast_as_timestamp(timestamp_field) -%}
25
coalesce(
26
- parseDateTimeBestEffortOrNull(toString({{ timestamp_field }})),
27
- toDateTime('1970-01-01 00:00:00')
+ parseDateTimeBestEffortOrNull(toString({{ timestamp_field }}), 'UTC'),
+ toDateTime('1970-01-01 00:00:00', 'UTC')
28
)
29
{%- endmacro -%}
30
0 commit comments