I'm in need of your wisdom regarding timestamps.
At one point I was performing data collection from logs that contained timestamps as such (Mon Sep 15 08:00:32 2008) and converted them to be inserted into a database.
Now I have a new set of logs that contains timestamps as such (09/10 17:18:46:126). My problem here is that
does not handle miliseconds and I need to be able to convert back to original timestamp when retrieving the data from the database.
Any help would be appreciated.