Skip to content

Commit c002101

Browse files
committed
time: Add daylight and timezone vars.
1 parent 50ae5ef commit c002101

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

time/time.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,7 @@ def perf_counter():
6767

6868
def process_time():
6969
return clock()
70+
71+
72+
daylight = 0
73+
timezone = 0

0 commit comments

Comments
 (0)