summary refs log tree commit diff stats
path: root/lib/std/private/osappdirs.nim
diff options
context:
space:
mode:
authorJake Leahy <jake@leahy.dev>2023-02-21 22:04:27 +1100
committerGitHub <noreply@github.com>2023-02-21 12:04:27 +0100
commit6d423f1856d086ea9e6b0995e3e5f831f4f89aa6 (patch)
tree777184bd2cd93e16efb03124fde73aed8ab19efb /lib/std/private/osappdirs.nim
parente54d3cc418f9eab750563aa771070374d559fe57 (diff)
downloadNim-6d423f1856d086ea9e6b0995e3e5f831f4f89aa6.tar.gz
Make `Time` work with `std/strformat` (#21409)
* Add test case

* Remove formatValue template for `Time`

It didn't handle empty specifier correctly which caused it to be blank with strformat
Diffstat (limited to 'lib/std/private/osappdirs.nim')
0 files changed, 0 insertions, 0 deletions
34 35 36 37 38 39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75