It looks like these commands all return time in GMT.

<CFSCRIPT>
lsNow      = Now();
lsParseNow = ParseDateTime(Now());
lsDateValue1 = ParseDateTime('07/31/2002 8:18:00','STANDARD');
lsDateValue2 = LSParseDateTime('07/31/2002 8:18:00');
lsDateValue3 = CreateDateTime(2002,7,31,8,18,0);
</CFSCRIPT>

What If I don't want to convert my time to GMT?

Produces:
lsNow:        current local time.
lsParseNow:   +5 hours from current local time.
lsDateValue1: 07/31/2002 3:18:00
lsDateValue2: 07/31/2002 3:18:00
lsDateValue3: 07/31/2002 3:18:00



Why are the commands converting to GMT?  If so, based on what? Can I stop
it?

CF 5.0,
OS W2K,
Time Zone US Central:         gmt -6
          Daylight Savings:   gmt -5


Greg

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to