TimeZones ERROR: ArgumentError: Unknown time zone "Europe/Warsaw"

Actually it is:

“Europe/Warsaw” is the very first example in TimeZones’s documentation: Types - TimeZones.jl

@dhazeghi Maybe you need to build the package first:

Pkg.build("TimeZones")