Kernel - NKS0024
Use TimeZones.GetCurrentZoneInfo()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
var zone = TimeZoneInfo.Local;
}After the fix
Suppression
Recommendation
Last updated