-
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Milestone
Description
Details about Problem
nanoFramework area: (C# code )
VS version:
VS extension version:
Target:
Firmware image version:
Device capabilities output:
Worked before? If so, with which nanoFramework image version:
Detailed repro steps so we can see the same problem
- Calling
DateTime(long ticks, DateTimeKind kind)produces a wrong DateTime because the ticks backing field is loaded with an invalid value.