
5 Feb
2010
5 Feb
'10
3:55 a.m.
and then read with my own parse string:"%Y-%m-%d %T%Q" This seems to work just fine.
Thanks. - When I'm using that format string, I get: Convertible: error converting source data SqlLocalTime 2008-10-29 00:00:00 of type SqlValue to type Data.Time.LocalTime.LocalTime.ZonedTime: incompatible types I guess I need to find out who wants ZonedTime. In my DB description (generated by dbdirect), the only time-related type is CalendarTime. J.