How do I get a date out of this: 14:35:42.0868394-08:00 ???
I am receiving an XML document from a person who generates it via a .Net page. This is supposed to be a date/time object. In his .Net code he uses the object just fine. I have asked that he translate it to something more standards like {ts '2012-03-01 15:59:45'} but he won't and said I should just figure it out... Nice, huh?
Does anyone have any idea how I can get a date out of this value:
14:35:42.0868394-08:00 ???
I know that the last part (-08:00) refers to Pacific Standard Time. I am pretty sure that the 14:35:42 represents 2:35:42 PM. If that is correct, the 0868394 must represent 3/1/2012 (the day I ran the report).
Please help.
