Fabien Cara
Results
1
issues of
Fabien Cara
From the [documentation](https://juliatime.github.io/TimeZones.jl/stable/conversions/): ``` julia> Dates.format(zdt, "yyyy-mm-dd HH:MM ZZZ") "2015-08-06 22:25 CEST" ``` But parsing in the other side returns an error: ``` julia> ZonedDateTime("2015-08-06 22:25 CEST",DateFormat("yyyy-mm-dd HH:MM Z")) ERROR:...