Actually it’s the other way around. The Now
property is implemented as:
public static DateTime Now {
get {
return UtcNow.ToLocalTime();
}
}
Actually it’s the other way around. The Now
property is implemented as:
public static DateTime Now {
get {
return UtcNow.ToLocalTime();
}
}