mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
update to isoutc string value.
This commit is contained in:
parent
c7e79a0563
commit
3749e2a70d
2 changed files with 13 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ async function clickhouseQuery(data: {
|
|||
event_name: eventName,
|
||||
event_key: a.key,
|
||||
string_value:
|
||||
a.dynamicDataType === DATA_TYPE.date ? getDateFormat(a.value, 'isoDateTime') : a.value,
|
||||
a.dynamicDataType === DATA_TYPE.date ? getDateFormat(a.value, 'isoUtcDateTime') : a.value,
|
||||
number_value: a.dynamicDataType === DATA_TYPE.number ? a.value : null,
|
||||
date_value: a.dynamicDataType === DATA_TYPE.date ? getDateFormat(a.value) : null,
|
||||
data_type: a.dynamicDataType,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue