I have a use case where I can receive a timestamp either in string format that isn't ISO formatted, or as a milliseconds epoch timestamp.
The date() function seem to accept only ISO format or an epoch in seconds timestamps.
Is there a way for me to use a milliseconds timestamp in conjunction with the date() function or reformat the existing Timestamp, using Tera, but avoiding custom functions?
Hi there!
I have a use case where I can receive a timestamp either in string format that isn't ISO formatted, or as a milliseconds epoch timestamp.
The
date()
function seem to accept only ISO format or an epoch in seconds timestamps.Is there a way for me to use a milliseconds timestamp in conjunction with the
date()
function or reformat the existing Timestamp, using Tera, but avoiding custom functions?