How To Display Current Time Minus One Hour
Here's how to display the current time minus one hour, which is useful to me because my shared server is one hour to the east, time-zone-wise.

value="<cfoutput>#TimeFormat(Now()-.0416,"hh:mm tt")#</cfoutput>"

Archives