You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: