K 10 svn:author V 3 phk K 8 svn:date V 27 2003-02-03T19:49:35.000000Z K 7 svn:log V 325 Split the global timezone structure into two integer fields to prevent the compiler from optimizing assignments into byte-copy operations which might make access to the individual fields non-atomic. Use the individual fields throughout, and don't bother locking them with Giant: it is no longer needed. Inspired by: tjr END