Open
Description
currently if you put an epoch timestamp with miliseconds in in, datemath will error saying it doesnt support it. it should be easy to detect this timestamp with milis, convert it ($timestamp/1000
) and throw a WARN log to user. Ensure the documentation is up to date (no pun intented) about this as well.