datesgood first issuehelp wanted
仓库指标
- Star
- (48,709 star)
- PR 合并指标
- (平均合并 20天 6小时) (30 天内合并 157 个 PR)
描述
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)