Thank you Paul. Your cfc is it! Btw, when I try to execute icu4jTB.cfm, it errors out as:
Object Instantiation Exception. Class not found: com.ibm.icu.util.TimeZone > -----Original Message----- > From: Paul Hastings [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 18, 2006 11:13 AM > To: CF-Talk > Subject: Re: How to adjust recorded update to users timezone > > first off read this: > http://www.sustainablegis.com/blog/cfg11n/index.cfm?mode=entry&entry=77223 > B6A-20ED-7DEE-2AB7FBB1F37ABD77 > > > has a preferred utc timezone on file. Unfortunately I am not using it. > Any > > if you don't mind occasionally falling into "timezone hell", then: > - store all the datetimes in UTC using dateConvert() > - "cast" those UTC datetimes to the users timezone, you might find this > cfc useful: > > http://www.sustainablegis.com/projects/tz/testTZCFC.cfm > > otherwise store your dates as java epoch offsets as discussed in that blog > article--there's also a version of that tz CFC that uses epoch offsets > instead > of cf datetimes. > > btw utc is a timezone. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257282 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

