| ... | @@ -82,8 +82,7 @@ pub const DateTime = struct { | ... | @@ -82,8 +82,7 @@ pub const DateTime = struct { |
| 82 | self.days == other.days and | 82 | self.days == other.days and |
| 83 | self.months == other.months and | 83 | self.months == other.months and |
| 84 | self.years == other.years and | 84 | self.years == other.years and |
| 85 | self.timezone == other.timezone and | 85 | self.z_offset == other.z_offset; |
| 86 | self.weekday == other.weekday; | | |
| 87 | } | 86 | } |
| 88 | | 87 | |
| 89 | pub fn addMs(self: DateTime, count: u64) DateTime { | 88 | pub fn addMs(self: DateTime, count: u64) DateTime { |