GetHttpTimeString

Gets the current time, in the Universal Time code (UTC).

The time, as a string, according to the HTTP standard described in RFC 1123.

Date and time functions, International functions

GetHttpTimeString(date_time_object)

GetLocale, GetTimeZoneInfo, SetLocale

Parameter Description

date_time_object

A ColdFusion date-time object string or Java Date object

The time in the returned string is UTC, consistent with the HTTP standard.

<cfoutput>
#GetHttpTimeString("#Now()#")#<br>
</cfoutput>

View comments on LiveDocs