Since the system /usr/share/zoneinfo
database is updated fairly frequently, I would like to be able to load it (and reload it) dynamically in a very long running C++ program.
Now I know the standard library will use this database, but I doubt it offers dynamic reloading of it (or at least I couldn't find anything about it with Google.)
Is there any C or C++ library or code that I can use to do this?