Fix System.Text.Json tests affected by DST#66559
Conversation
|
Tagging subscribers to this area: @dotnet/area-system-text-json Issue DetailsFixes #66555 Does so by switching all remaining references to
|
Is there still test coverage that local DateTimes are handled correctly? |
The tests modified are just using them for a parameter, not for local/utc. |
f91a887 to
5d8c5e4
Compare
|
The latest change seems to have broken the build. Could you take a look? |
|
@eiriktsarpalis - Sorry, my bad. |
|
Thanks for working on this! |
* Correct whitespace * Switch DateTime.Now -> DateTime.UtcNow * Tweak formatting * Change references to UtcNow to a fixed date/time value. * Add missing common file reference
Fixes #66555
Does so by switching all remaining references to
DateTime.NowtoDateTime.UtcNow.