File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -221,15 +221,9 @@ defmodule Date do
221
221
end
222
222
223
223
@ doc """
224
- Parses the extended "Date and time of day " format described by
224
+ Parses the extended "Dates " format described by
225
225
[ISO 8601:2004](https://en.wikipedia.org/wiki/ISO_8601).
226
226
227
- Timezone offset may be included in the string but they will be
228
- simply discarded as such information is not included in naive date
229
- times.
230
-
231
- Time representations with reduced accuracy are not supported.
232
-
233
227
## Examples
234
228
235
229
iex> Date.from_iso8601("2015-01-23")
@@ -261,7 +255,7 @@ defmodule Date do
261
255
end
262
256
263
257
@ doc """
264
- Parses the extended "Date and time of day " format described by
258
+ Parses the extended "Dates " format described by
265
259
[ISO 8601:2004](https://en.wikipedia.org/wiki/ISO_8601).
266
260
267
261
Raises if the format is invalid.
You can’t perform that action at this time.
0 commit comments