anyone have any conversion routines, or even a JAVA function ready to call from aware,
that converts a timestamp to epoch time (maybe back and forth).
I'm accessing some API data that only uses epoch time - no dates. Would be nice to have a function to send a long number to and come back with an Aware Timestamp value.
job.arrivedateTS = EPOCHFROM(1741730150116)