> Now when you say cf server clock, are you talking about the
> operating system clock the coldfusion server is running on,
> or is there a separate setting which the coldfusion server
> keeps track of, and if it keeps track of it is this a setting
> set when coldfusion is installed? Where in the administrator
> can I check this date/time setting? I havent found one yet.
The Now function returns the time from the operating system clock. CF
doesn't have its own internal clock.
> Can anyone tell me exactly where the createODBCdate function
> in coldfusion gets its date from? The problem we are running
> into is dateadd function not working in the UK. We think we've
> tracked the problem to the web server and not necessarily the
> coldfusion server itself because we have the same version
> running in the same enviroment in the US.
The CreateODBCDate function returns an ODBC-compliant date string, which
looks something like this:
{d '2001-12-13'}
which is 13 December 2001.
My guess is that your operating system is set to UK English settings, and
that CF is picking up on that. You might look at the "International
Functions" section of your CF function documentation to see how to deal with
the issue programmatically.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.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