|
Mailing Lists
|
Home /
Groups /
ColdFusion Talk (CF-Talk)
Transposed Dates - Second Request
Author: Paul Hastings
Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:56030#303390
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.
|
May 24, 2012
|
Latest Fusion Authority Articles
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||