The source project of this merge request has been removed.
py: timezone workaround
Compare changes
+ 5
− 3
@@ -15,11 +15,12 @@
@@ -29,7 +30,7 @@ static mp_obj_t time_localtime(size_t n_args, const mp_obj_t *args)
@@ -81,7 +82,8 @@ static MP_DEFINE_CONST_FUN_OBJ_1(time_mktime_obj, time_mktime);