Gets the current time, in the Universal Time code (UTC).
The time, as a string, according to the HTTP standard described in RFC 1123 and its underlying RFC, 822. This format is commonly used in Internet protocols, including HTTP.
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())# </cfoutput>
ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | KnowledgeBase | Bug Reporting
Version 7
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/7/htmldocs/00000483.htm
Comments
MU said on Apr 26, 2007 at 8:23 AM :