datesgood first issuehelp wanted
Métricas do repositório
- Stars
- (48.709 stars)
- Métricas de merge de PR
- (Mesclagem média 20d 6h) (157 fundiu PRs em 30d)
Description
round(T, x) is the normal API, but in Dates.jl the arguments are reversed.
julia> ceil(today(), Week)
2022-12-05
julia> ceil(Week, today())
ERROR: MethodError: no method matching ceil(::Type{Week}, ::Date)