Closed Herold1989 closed 4 years ago
I think if you type
> dev https://github.com/fratrik/FredData.jl.git
It will work until the pull request gets merged.
Thanks for the report!
Looks like this was caused by the API change in https://github.com/JuliaTime/TimeZones.jl/commit/6401f808c1d79618904d2608ddfa65f3ec7459db#diff-9bc274dbfe972452e9acafe692c9fd38 which removed the DateTime(::ZonedDateTime) -> DateTime
conversion method
Closed by #17
@Herold1989 @fratrik Version v0.4.0 with this bugfix has been released on the registry, please try to upgrade and confirm everything works for you!
I checked both before and after updating to the new release. Worked flawless! Thanks for solving this issue so timely!
After upgrading to Julia 1.3.1 yesterday, I encountered the following error while trying to fetch the US GDP series from FRED:
This is my minimum working example:
I am running this code on Juno in Atom using FredData version v0.3.1
Any help/ideas is appreciated.
Best,
Jens