convert unusual transaction time format ?
Need a little bit of help transforming a date arriving from a payment gateway into a usuable date for coldfusion
Here's the format the payment gateway says its in
"Time of the transaction in milliseconds since the start of 1970 GMT."
"This is the standard system date in Java, and is also 1000x the standard C time_t time.
typical value of the incoming data (millisecs):
999178402000
What CF command do you use to convert it into a date/time ?
