Carlos O'Donell wrote: > What about the a polling design using tzset? I'm a bit fuzzy about what that design would be. That being said, won't having tzset poll be likely to fail in a high-performance application that uses localtime_r instead of localtime? localtime_r doesn't call tzset.