We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Target: ESP32
Firmware image version: 1.0.4.500
Worked before? If so, with which nanoFramework image version:
The output from DateTime.UtcNow seems to be off.
Console.WriteLine($"{DateTime.UtcNow.ToString()}"); Console.WriteLine($"{DateTime.UtcNow.ToString()}"); Console.WriteLine($"{DateTime.UtcNow.ToString()}"); Console.WriteLine($"{DateTime.UtcNow.ToString()}");
This is the output from the same code running on an STM32F769I-DISCO:
The text was updated successfully, but these errors were encountered:
Issue is caused by latest millisec change.
Sorry, something went wrong.
AdrianSoundy
Successfully merging a pull request may close this issue.
Details about Problem
Target: ESP32
Firmware image version: 1.0.4.500
Worked before? If so, with which nanoFramework image version:
Description
The output from DateTime.UtcNow seems to be off.
Detailed repro steps so we can see the same problem
Other suggested things
Expected behaviour
This is the output from the same code running on an STM32F769I-DISCO:
The text was updated successfully, but these errors were encountered: