diff --git a/vm/src/stdlib/time.rs b/vm/src/stdlib/time.rs index 0ed36d2c3..86b6927fd 100644 --- a/vm/src/stdlib/time.rs +++ b/vm/src/stdlib/time.rs @@ -451,7 +451,9 @@ mod decl { tm_wday: PyObjectRef, tm_yday: PyObjectRef, tm_isdst: PyObjectRef, + #[pystruct(skip)] tm_gmtoff: PyObjectRef, + #[pystruct(skip)] tm_zone: PyObjectRef, }