I have transactional text data with date formats like "2014-07-18 14:53:09.854" that I need to convert to date/time. Using DateTimeParse([LOGN_TS],"%Y-%m-%d %H:%M:%S") gets me to the second. Is there any format or process to preserve the decimal portions of the second? These transactions occur many times per second and that level of data is important.