Description
Handles time-zone calculations between absolute time and civil dates in C++ applications. It is useful for developers building software that must display, store, or convert times correctly across time zones.
This is a library, not a clock app. Time-zone behavior depends on accurate rules and careful use, especially around daylight saving changes, scheduling, logs, and distributed systems.