Jim Davis wrote: > I'm (still) working on an ISO 8601 date parser. I want to convert at least > the formats described here:
well there are a handful or two of java ones (from nasa, w3c, & the supreme overkill of joda-time) & i vaguely recall a function on cflib that does this. > Any pointers? move that date to UTC (dateAdd its offset *-1.00 watching out that dateAdd function accepts integers), then to your timezone (dateAdd your tz offset to that UTC date). this might be of interest: http://www.sustainablegis.com/projects/tz/testTZCFC.cfm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216825 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

