kopia lustrzana https://github.com/micropython/micropython-lib
time: Add daylight and timezone vars.
rodzic
50ae5ef4aa
commit
c00210106b
|
@ -67,3 +67,7 @@ def perf_counter():
|
|||
|
||||
def process_time():
|
||||
return clock()
|
||||
|
||||
|
||||
daylight = 0
|
||||
timezone = 0
|
||||
|
|
Ładowanie…
Reference in New Issue