Home | History | Annotate | Download | only in orig

Lines Matching defs:tz

14656   int tz;            /* Timezone offset in minutes */
14661 char validTZ; /* True (1) if tz is valid */
14725 ** of change in p->tz and return 0. If a parser error occurs,
14735 p->tz = 0;
14752 p->tz = sgn*(nMn + nHr*60);
14797 p->validTZ = (p->tz!=0)?1:0;
14833 p->iJD -= p->tz*60000;
14989 ** Clear the YMD and HMS and the TZ
15098 x.tz = 0;