File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ julia> Dates.monthabbr(t;locale="french")
361
361
```
362
362
363
363
Since the abbreviated versions of the days are not loaded, trying to use the
364
- function ` dayabbr ` will error.
364
+ function ` dayabbr ` will throw an error.
365
365
366
366
``` jldoctest tdate2
367
367
julia> Dates.dayabbr(t;locale="french")
@@ -640,8 +640,8 @@ by 10.
640
640
As Julia [ ` Date ` ] ( @ref ) and [ ` DateTime ` ] ( @ref ) values are represented according to the ISO 8601
641
641
standard, ` 0000-01-01T00:00:00 ` was chosen as base (or "rounding epoch") from which to begin the
642
642
count of days (and milliseconds) used in rounding calculations. (Note that this differs slightly
643
- from Julia's internal representation of [ ` Date ` ] ( @ref ) s using Rata Die notation; but since the
644
- ISO 8601 standard is most visible to the end user, ` 0000-01-01T00:00:00 ` was chosen as the rounding
643
+ from Julia's internal representation of [ ` Date ` ] ( @ref ) s using [ Rata Die notation] ( https://en.wikipedia.org/wiki/Rata_Die ) ;
644
+ but since the ISO 8601 standard is most visible to the end user, ` 0000-01-01T00:00:00 ` was chosen as the rounding
645
645
epoch instead of the ` 0000-12-31T00:00:00 ` used internally to minimize confusion.)
646
646
647
647
The only exception to the use of ` 0000-01-01T00:00:00 ` as the rounding epoch is when rounding
You can’t perform that action at this time.
0 commit comments