I have a Zabbix datasource which send a date as form of Numeric value to grafana, in Zabbix it convert to the correct date but when I convert it in Grafana it’s a total different date, is there any way to fix this?
Can you try change the unit to datetime iso?
Hello @ebsys, try to use Unit “duration (s)”
1 Like
Sorry that still doesn’t fix it, I tried with all other options too but nothing seems to work, thanks (datetime US, Local, etc)
Hi,
As per this topic: Convert a UNIX timestamp to a datetime with grafana · Issue #9595 · grafana/grafana · GitHub
Please multiply your data by 1000 and then convert to Datetime ISO:
1 Like