| author | |
| committer | |
| log | 3b7e9da9a5cb62da9934898c53d4f47373502e84 |
| tree | ba57023f2dcaa2e624d751b9b77b46b6f1d0e45f |
| parent | 92e685c09cb549fb128ed8d01ebb316b2e371b97 |
| signature | Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw |
1 files changed, 1 insertions(+), 2 deletions(-)
time.zig+1-2| ... | ... | @@ -82,8 +82,7 @@ pub const DateTime = struct { |
| 82 | 82 | self.days == other.days and |
| 83 | 83 | self.months == other.months and |
| 84 | 84 | self.years == other.years and |
| 85 | self.timezone == other.timezone and | |
| 86 | self.weekday == other.weekday; | |
| 85 | self.z_offset == other.z_offset; | |
| 87 | 86 | } |
| 88 | 87 | |
| 89 | 88 | pub fn addMs(self: DateTime, count: u64) DateTime { |