In the event viewer in windows 2008, the events XML are showing this:
<TimeCreated SystemTime="2011-11-21T19:42:45.000Z" />
The time currently is 2011-11-21 14:42:45. I understand that the system time value is the GMT time.
The question is how can I change the format of the system time value in the events XML to be something similar to this 2011-11-21 14:42:45?
It looks like it is not possible to change the time format, it has to be on the GMT format.
Here is what I have found on
Microsoft Forums, as well as this thread.