I got the following error when running:
julia> t = Date(2014, 1, 31)
ERROR: UndefVarError: Date not defined
Stacktrace:
[1] top-level scope at none:0
Julia version 1.1.0
Is there any possible explanation for this? I didn’t find any similar case.