Hi all, I am working on parsing text files to put email archives into a database. I thought I had it all working great, then it started choking on certain dates. The good dates are mostly in the format: Tue, 13 Feb 2001 23:17:08 -0000 etc. But some have this: Mon, 12 Feb 2001 13:06:57 EST and these are the ones CF chokes on - I assume it's the letters specifying time zone that stuff it all up. I'm using the ParseDateTime function to try and read them in - does anyone have any idea about possible workarounds? I tried specifying the POP parameter but it didn't seem to have an effect on the problem. This is the error message I get: The date parameter of function ParseDateTime(date), which is Mon, 12 Feb 2001 13:06:57 EST , does not represent a valid date Thanks in advance, K. ______________________________________________________ Kay Smoljak - ColdFusion Developer - PerthWeb Pty Ltd Internet Solutions for your business! Level 9/105 St George's Tc - Perth - Western Australia Ph: (08) 9226 1366 Fax: (08) 9226 1375 Mobile : 0419 949 007 Visit Perth online! : www.perthweb.com.au Tools for developers: http://developer.perthweb.com.au -- cfx_pwimageproc: image processing tool -- cfx_pwcardcrypt: credit card validation and encryption Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

