2

The TFS server has the time zone set to UTC+1 but if I check the logs of the releases I see that the entries are on a different time zone (UTC-1) resulting in a 2 hours difference.

This is very confusing for the developers because all the other time values (from release summary) are on correct time zone.

How can I change the time zone of the release logs?

enter image description here enter image description here

ds19
  • 3,176
  • 15
  • 33

1 Answers1

1

Time zone in log is UTC time. And start time is based on the time zone set in TFS server

  • Is there a way to change this time zone of the logs? – ds19 Jun 29 '16 at 17:43
  • 1
    I am afraid, there is no way to change the log timezone. Its design is based on w3c extended log file format. Which state that date and time should be in GMT. It is helpful in troubleshooting. – Himanshu MSIDC VS.in Jun 30 '16 at 10:05