Hi community,
I am trying to convert a given timestamp into date format to compare it. If I try, I always get NaN or invalid date in ZABBIX 7.0, but in JavaScript test page (https://developer.mozilla.org/en-US/...cts/Date/parse) ist is working. I tried with and without timezone. Same results.
May someone help me please?
Preprocessing:

JavaScript:
Regards,
Marcel
I am trying to convert a given timestamp into date format to compare it. If I try, I always get NaN or invalid date in ZABBIX 7.0, but in JavaScript test page (https://developer.mozilla.org/en-US/...cts/Date/parse) ist is working. I tried with and without timezone. Same results.
May someone help me please?
Preprocessing:
JavaScript:
Code:
var a = Date.parse(value); return a;
Regards,
Marcel

Comment