| ... | @@ -186,7 +186,7 @@ pub const DateTime = struct { | ... | @@ -186,7 +186,7 @@ pub const DateTime = struct { |
| 186 | } | 186 | } |
| 187 | } | 187 | } |
| 188 | | 188 | |
| 189 | /// fmt is defined by https://momentjs.com/docs/#/displaying/format/ | 189 | /// fmt is based on https://momentjs.com/docs/#/displaying/format/ |
| 190 | pub fn format(self: Self, comptime fmt: string, options: std.fmt.FormatOptions, writer: anytype) !void { | 190 | pub fn format(self: Self, comptime fmt: string, options: std.fmt.FormatOptions, writer: anytype) !void { |
| 191 | _ = options; | 191 | _ = options; |
| 192 | | 192 | |