ENV_TZ
if (strncmp(&line[cursor], ENV_TZ,
strlen(ENV_TZ)) == 0) {
if (!isvalid_tz(&line[cursor + strlen(ENV_TZ)], NULL,
static char tzone[LINE_MAX] = ENV_TZ;
if (strncmp(&line[cursor], ENV_TZ, strlen(ENV_TZ)) == 0) {
(void) strncpy(buf, &line[cursor + strlen(ENV_TZ)],