Re: Datetime string reformatting

2013-12-22 Thread Andreas Perstinger
On 22.12.2013 11:58, Igor Korot wrote: My script receives a data from the csv file. In this csv file there is a datetime field. This datetime field is formatted as follows: %m/%d/%Y %H:%M:%S.{milliseconds}. I'm reading this field into the string with this format. The trouble comes from the fact

Re: Datetime string reformatting

2013-12-22 Thread Mark Lawrence
On 22/12/2013 10:58, Igor Korot wrote: Hi, ALL, I am trying to comprehend what is required to get a successful processing. ;-) My script receives a data from the csv file. In this csv file there is a datetime field. This datetime field is formatted as follows: %m/%d/%Y %H:%M:%S.{milliseconds}. I'

Datetime string reformatting

2013-12-22 Thread Igor Korot
Hi, ALL, I am trying to comprehend what is required to get a successful processing. ;-) My script receives a data from the csv file. In this csv file there is a datetime field. This datetime field is formatted as follows: %m/%d/%Y %H:%M:%S.{milliseconds}. I'm reading this field into the string with