Table of Contents

GR0014: Consider usage of DateTime.UtcNow instead of DateTime.Now.

TitleConsider usage of DateTime.UtcNow instead of DateTime.Now.
IdGR0014
CategoryReliability
Default SeverityWarning
Enabled By DefaultTrue
DescriptionDateTime.Now may cause issues in timezone \ daylight saving time sensitive scenarios. Elect for DateTime.UtcNow and convert on the front end UI as required.
Custom Tags