SonarLints SolutionBinding.sqconfig file stores ProfileTimestamp as non utc time

Template for a good bug report, formatted with Markdown:

  • Visual Studio 2017 15.8.7, SonarLint 4.6.0.3815
  • Profile timestamp is stored with an offset, e.g. “ProfileTimestamp”: “2018-07-19T13:36:44+03:00”

We have the file SolutionBinding.sqconfig committed into source control so the solution binding persists.
We also have Devs in different timezones so this file is constantly being changed from
“ProfileTimestamp”: “2018-07-19T13:36:44+03:00”
to
“ProfileTimestamp”: “2018-07-19T11:36:44+01:00”

And back again

Is there a way to configure this to store as UTC?

Apologies for the lateness of this reply.

I’ve created SLVS-1196 to track this issue.