Skip to content
Snippets Groups Projects

fix(utime.c): set_time should operate in local tz

Merged fpletz requested to merge fpletz/firmware:fix/set-time-local-tz into master
Files
2
@@ -36,7 +36,7 @@ alarm.
.. py:function:: set_unix_time(secs)
Sets the time to ``secs`` seconds since 1970-01-01 00:00 UTC.
This corresponds a regular Unix timestamp which can be obtained
This corresponds to a regular Unix timestamp which can be obtained
by running ``date +%s`` in a command line or ``int(time.time())``
in Python.
Loading