Is it possible to update an Olson timezone database without stopping the current running systems?
I think that the renaming of folders and files of the or inside the zoneinfo folder can't accomplish that purpose. Am I right?
How can we do an update without affecting the current running systems?
EDIT:
Consider a system that calculate local time (asking it for time api of libc) all the time for different time zones.
I wonder what would happen if we replace a zoneinfo folder structure while this system is running. And what would be the safe way to update the Olson database manually?
Like, does zic tool update this structure incrementally or it just erase and create new files?