diff --git a/time.zig b/time.zig index 14e243badc0761de3f178304e3d49bc1a0409a27..ed8c74b614ebda913c59ec5993371786d4282105 100644 --- a/time.zig +++ b/time.zig @@ -82,8 +82,7 @@ pub const DateTime = struct { self.days == other.days and self.months == other.months and self.years == other.years and - self.timezone == other.timezone and - self.weekday == other.weekday; + self.z_offset == other.z_offset; } pub fn addMs(self: DateTime, count: u64) DateTime {