I have an HTTP webhook that I post to that requires me to send the event date in UNIX Timestamp. I'd like a function (like I use utcnow() for several flows) or a connector that can do that.
@joelblogs good points of clarification! I followed another thread to get here where they were looking for milliseconds using https://currentmillis.com/ but in all the link jumping, I didn't realize this post was not as specific!
I think that as long as users understand that depending on their need, they can get the right UTC time in seconds, milli, etc by changing the multiplier, this addresses the need. In APM tools like Dynatrace for example, because they focus on crunching data for events tracked down to the millisecond, the standard (and required) there is UTCmilli.