| author | |
| committer | |
| log | 237b728736900863ba21eccab5ffa68d1df0a644 |
| tree | adc407bbb0f8088f0c514769804e27661e1e09d7 |
| parent | ca473ac0fa3bea18ba33961d1001062aa81810c7 |
1 files changed, 1 insertions(+), 1 deletions(-)
time.zig+1-1| ... | ... | @@ -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 | 190 | pub fn format(self: Self, comptime fmt: string, options: std.fmt.FormatOptions, writer: anytype) !void { |
| 191 | 191 | _ = options; |
| 192 | 192 |