Skip to main content
Inspiring
May 23, 2012
Question

Authorize.net and Sim and GMT Time

  • May 23, 2012
  • 1 reply
  • 595 views

I got the following code from authorize.net for creating a timestamp that gets submitted with their SIM method. The problem is I need this to be in GMT time, I am on the east coast so is the server:

<cfset timestamp=DateDiff("s", "January 1 1970 00:00", DateConvert('local2UTC', Now())) >

Does anyone know how to convert this to GMT time.

Thanks

TJ

    This topic has been closed for replies.

    1 reply

    Legend
    May 23, 2012

    UTC is GMT.