Home | History | Annotate | Download | only in libutil

Lines Matching refs:Timezone

84 	time_t	yyTimezone;	/* Timezone as minutes ahead/east of UTC */
578 /* The timezone table. */
664 /* Military timezone table. */
788 time_t Timezone, /* Timezone as minutes east of UTC,
810 if (Timezone == USE_LOCAL_TIME) {
825 result += Timezone * 60;
837 (intmax_t)Timezone, (int)Meridian, (int)DSTmode);
917 time_t Timezone
928 * It doesn't matter what timezone we use to do this computation,
932 * not only reassemble with the wrong timezone but it will also
935 (void)Timezone;
1057 /* Drop out any periods and try the timezone table again. */
1197 * confuse the 'T' with the Mil format timezone designator)