Les Mizzell wrote:
> 1. Main website hosted in Guernsey - (small island off the coast
>     of France).

what locale (just in case you're having date part order problems too) & what 
timezone for this server? output from this will do:

thisLocale=getLocale();
tz=createObject("java","java.util.TimeZone").getDefault();
tzName=tz.getDisplayName(true,tz.LONG);
writeoutput("locale: #thisLocale#<br>tz:#tzName#");


> When dates are entered into the Guernsey forms, they're getting 
> transformed before being saved:

?? where are they being saved? where is this happening?

> I can find NOTHING to cause this - except it *has* to do with the time 
> difference between Guernsey and wherever the HostMySite server is. I say 
> *has to*, because I simply can't think of anything else.

as well as maybe DST differences between servers' tz & of course timezone hell.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303390
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to