HowardHinnant / date

A date and time library based on the C++11/14/17 <chrono> header
Other
3.14k stars 675 forks source link

Unable to get Timezone database version #830

Closed JulenU77 closed 3 months ago

JulenU77 commented 3 months ago

Hi,

I got the following error when I try to use a manually downloaded IANA Time Zone Database using the lastest library version.

I am using set_install("./tzdata2024a.tar.gz") code to set manually the data base but I got the following error:

_terminate called after throwing an instance of 'std::runtimeerror' what(): Unable to get Timezone database version from ./tzdata2024a.tar.gz/

Any help? Thanks!

JulenU77 commented 3 months ago

already solved, extracted folder was needed in set_install("./tzdata2024")

JulenU77 commented 3 months ago

closed