GR0014: Consider usage of DateTime.UtcNow instead of DateTime.Now.
Title | Consider usage of DateTime.UtcNow instead of DateTime.Now. |
---|---|
Id | GR0014 |
Category | Reliability |
Default Severity | Warning |
Enabled By Default | True |
Description | DateTime.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 |