web-eng
I'm developing on my local server and my current timezone is GMT +11 hours.     <cfset date1 = DateConvert("Local2UTC", now())> <cfset date2 = '2014-03-06'> <!--- (Tomorrow at time of writing) --->…
in Getting Started