jessehouwing / azure-pipelines-tfvc-tasks

Azure Pipelines tasks for Team Foundation Version Control
https://marketplace.visualstudio.com/items?itemName=jessehouwing.jessehouwing-vsts-tfvc-tasks
MIT License
27 stars 18 forks source link

Problem with check-in TF203093 #28

Closed tomkor closed 8 years ago

tomkor commented 8 years ago

I have a problem with my build using check-in:

2016-04-05T10:03:46.2635053Z Executing the powershell script: C:\AGENT\tasks\TFVCCheckin\1.1.807\TfvcCheckin.ps1

2016-04-05T10:03:48.5482343Z $/RomRaider Analizy/RomRaider Analizy/DXApplication6/Properties/AssemblyInfo.cs

2016-04-05T10:03:51.0791781Z ##[error]Exception calling "CheckIn" with "1" argument(s): "TF203093: You attempted to check in one or more items while specifying an invalid check-in date and time stamp. The date and time stamp is invalid because it is later than the current server date and time: 4/5/2016 10:03:27 AM."

I have a timezone utc+2 and with this build I have a time 12:03:27

jessehouwing commented 8 years ago

I wish the TFS Client Object model would just really use UTC when it needs to...

Pushing a fix right now.