You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/time/engine_time_module.c
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -67,11 +67,11 @@ int engine_time_set(mp_obj_t input_tuple){
67
67
/* --- doc ---
68
68
NAME: datetime
69
69
ID: datetime
70
-
DESC: Returns a datetime tuple representing the current date down to the second (based on the RTC clock that may lose time if it/Thumby Color fully loses power)
70
+
DESC: Returns a datetime tuple representing the current date down to the second (based on the RTC clock that may lose time if it/Thumby Color fully loses power)
71
71
PARAM: [type=tuple] [name=time] [value=tuple of ints in format (year, month, mday, hour, min, sec, wday{optional & unused}, yday{optional & unused}) (optional)]
0 commit comments