* lib/time_rz.c (local_tz): Now const.
2015-07-25 Paul Eggert <eggert@cs.ucla.edu>
+ time_rz: make a constant 'const'
+ * lib/time_rz.c (local_tz): Now const.
+
time_rz: fix off-by-one typo
* lib/time_rz.c (extend_abbrs): Fix off-by-one typo.
/* Magic cookie timezone_t value, for local time. It differs from
NULL and from all other timezone_t values. Only the address
matters; the pointer is never dereferenced. */
-static timezone_t local_tz = (timezone_t) 1;
+static timezone_t const local_tz = (timezone_t) 1;
#if HAVE_TM_ZONE || HAVE_TZNAME