Yes, that's a duplicate, and yes the new package works. Thanks very
much!
*From:* Benjamin Drung <2097...@bugs.launchpad.net>
*Sent:* Thursday, January 30, 2025 at 6:47 PM EST
*To:* tbrown122...@gmail.com
*Subject:* [Bug 2097050] Re: America/New_York can't be found
> Thank you for taking the
Works for me! After
wget
http://archive.ubuntu.com/ubuntu/pool/main/t/tzdata/tzdata_2024b-1ubuntu2.2_all.deb
sudo dpkg -i tzdata_2024b-1ubuntu2.2_all.deb
c++ lines with
std::chrono::locate_zone("America/New_York")
no longer throw an error such as
terminate called after throwing an instance of
Public bug reported:
My c++ code that calls std::chrono::locate_zone("America/New_York")
throws a runtime error: "cannot locate zone: America/New_York"
This code worked on my Ubuntu machine until the recent update. It also
works on other OS's such as Fedora.
I didn't realize this was an Ubuntu b