Open
Description
DateTime.Now
is 99.9% of time is evil. Hmm, let's make it 100% 😄
The analyzer should analyze DateTime.Now
usage and give warnings for usages. It should also suggest replace it with DateTime.UtcNow
.
DateTime.Now
is 99.9% of time is evil. Hmm, let's make it 100% 😄
The analyzer should analyze DateTime.Now
usage and give warnings for usages. It should also suggest replace it with DateTime.UtcNow
.