When SQL Server log shipping generates transaction logs through a command like
"C:\Program Files\Microsoft SQL Server\100\Tools\Binn\sqllogship.exe" -Backup 60CD93F9-CFC2-4A84-8B06-3AD8DEADBEEF -server DummyServer
The file that gets generated looks like
2010-08-20 15:02:29.12 The backup operation was successful. Primary Database: 'Dummy', Log Backup File: 'd:\test\Dummy_20100820220229.trn'
The date part of the file ("20100820220229") is in GMT time, not local time.
Any way to make it local time? That's better for correlating with logs etc. Thanks!