first off read this: http://www.sustainablegis.com/blog/cfg11n/index.cfm?mode=entry&entry=77223B6A-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:257240 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

