When getting messages from windows event log some have date-time in them I'd like to get but I'm not familiar with their format or how I could easily convert them.
Is there a straight forward managed (or API) way to convert these to my local time?
For example this,
2013-06-25T19:13:48.910411700Z
would be converted to this,
6/25/2013 2:13:49 PM
Is there a straight forward managed (or API) way to convert these to my local time?
For example this,
2013-06-25T19:13:48.910411700Z
would be converted to this,
6/25/2013 2:13:49 PM