Hi,<br><br>I'm trying to read a file containing timestamps with milliseconds ("2006/3/18 8:20:34.050"). The DateTime object seems to take milliseconds (microseconds really) but the strftime method doesn't have a format code for the millisecond field (in other languages I've used %s.). When I try to parse I get an error about the trailing ".050".
<br><br>How should I approach this?<br><br>Thanks,<br>C. Helck<br><br>