summary refs log tree commit diff stats
path: root/compiler/astalgo.nim
diff options
context:
space:
mode:
authorMatt Haggard <haggardii@gmail.com>2019-05-08 05:48:04 -0600
committerAndreas Rumpf <rumpf_a@web.de>2019-05-08 13:48:04 +0200
commit8180d443b9938f135dd280bcd5e1727766cd7468 (patch)
tree06af3c786b845ce594285093dced3299388e2974 /compiler/astalgo.nim
parent072566d5f44a3f771203bae616ca3df2f4884a2b (diff)
downloadNim-8180d443b9938f135dd280bcd5e1727766cd7468.tar.gz
Allow for locale-based parsing/formatting of dates (#11170)
* Allow for locale-based parsing/formatting of dates

* Updates based on review feedback of PR 11170

DateTimeLocale arrays are now indexed by Month and WeekDay enums.
More sane date used for testing.
Documentation newline.
Case change of DefaultLocale (and make it public)

* Add changelog entry for DateTimeLocale addition to times module

* Use pattern symbols for DateTimeLocale attribute names
Diffstat (limited to 'compiler/astalgo.nim')
0 files changed, 0 insertions, 0 deletions
d='n117' href='#n117'>117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208