julia> LaxZonedDateTime(Dates.Date(2020), tz"UTC")
ERROR: MethodError: no method matching LaxZonedDateTime(::Dates.Date, ::FixedTimeZone)
Closest candidates are:
LaxZonedDateTime(::Any, ::Any, ::Any, ::Any) at ~/JuliaEnvs/LaxZonedDateTimes.jl/src/LaxZonedDateTimes.jl:31
LaxZonedDateTime(::DateTime, ::FixedTimeZone) at ~/JuliaEnvs/LaxZonedDateTimes.jl/src/LaxZonedDateTimes.jl:50
LaxZonedDateTime(::DateTime, ::TimeZone, ::Any) at ~/JuliaEnvs/LaxZonedDateTimes.jl/src/LaxZonedDateTimes.jl:46
Stacktrace:
[1] top-level scope
@ REPL[14]:1
julia> ZonedDateTime(Dates.Date(2020), tz"UTC")
2020-01-01T00:00:00+00:00