Hello
I am really new zbx, I tried in many ways change datetime in preprocessing -Items to unixtime, but still with issue
I have YYYY-MM-DDThh:mm:ssTZD and I need convert it to Unixtime (maybe in JS)
return date.parse(value) or Date.parse($("#yourCustomDate).val()) is note work.
2022-05-06T12:21:24Z ti Unixtime
Do you have any idea how to
Thanks
I am really new zbx, I tried in many ways change datetime in preprocessing -Items to unixtime, but still with issue
I have YYYY-MM-DDThh:mm:ssTZD and I need convert it to Unixtime (maybe in JS)
return date.parse(value) or Date.parse($("#yourCustomDate).val()) is note work.
2022-05-06T12:21:24Z ti Unixtime
Do you have any idea how to
Thanks
Comment