Replies: 2 comments 2 replies
-
My understanding is that, for reasons of efficiency on 32 bit hardware, times prior to the epoch are not supported. |
Beta Was this translation helpful? Give feedback.
-
Have a look ESP32 - Exercise 8: RTC and data logging - Exercise 6: Data logging This error
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello again
time.mktime() seems to have a two's complement problem.
It returns the 32bit unsigned value instead of the 32bit signed value.
Got this problem with the latest release and the latest preview on an esp32.
(For further questions:
How do I know if a bug/problem is general or only esp32 if the esp32 is my only testing hardware?)
Code:
Output:
Have a nice week
c-max
Beta Was this translation helpful? Give feedback.
All reactions