Home | History | Annotate | Download | only in tzcode

Lines Matching full:time

50 ** Someone might make incorrect use of a time zone abbreviation:
55 ** 3. They might reference tzname[1] after setting to a time zone
56 ** in which Daylight Saving Time is never observed.
57 ** 4. They might reference tzname[0] after setting to a time zone
58 ** in which Standard Time is never observed.
65 ** manual page of what this "time zone abbreviation" means (doing this so
86 struct ttinfo { /* time type information */
90 int tt_ttisstd; /* TRUE if transition is std time */
95 time_t ls_trans; /* transition time */
128 long r_time; /* transition time of rule */
215 ** objects: a broken-down time structure and an array of char.
613 ** Given a pointer into a time zone string, scan until a character that is not
631 ** Given a pointer into an extended time zone string, scan until the ending
650 ** Given a pointer into a time zone string, extract a number from that string.
682 ** Given a pointer into a time zone string, extract a number of seconds,
725 ** Given a pointer into a time zone string, extract an offset, in
728 ** Otherwise, return a pointer to the first character not part of the time.
745 return NULL; /* illegal time */
752 ** Given a pointer into a time zone string, extract a rule in the form
753 ** date[/time]. See POSIX section 8 for the format of "date" and "time".
798 ** Time specified.
807 ** Given the Epoch-relative time of January 1, 00:00:00 UTC, in a year, the
808 ** year, a rule, and the offset from UTC at the time that rule takes effect,
809 ** calculate the Epoch-relative time that rule takes effect.
833 ** add SECSPERDAY times the day number-1 to the time of
844 ** Just add SECSPERDAY times the day number to the time of
894 ** "value" is the Epoch-relative time of 00:00:00 UTC on the day in
895 ** question. To get the Epoch-relative time of the specified local
896 ** time on that day, add the transition time and the current offset
991 sp->typecnt = 2; /* standard time and DST */
1065 ** Initially we're assumed to be in standard time.
1077 /* No adjustment to transition time */
1080 ** If summer time is in effect, and the
1081 ** transition time was not specified as
1082 ** standard time, add the summer time
1083 ** offset to the transition time;
1084 ** otherwise, add the standard time
1085 ** offset to the transition time.
1120 sp->typecnt = 1; /* only standard time */
1368 ** but this is no time for a treasure hunt.
1570 ** The ctime function converts the calendar time pointed to by timer
1571 ** to local time in the form of a string. It is equivalent to
1590 ** Kridle's (so its said...) from a long time ago.
1747 ** time below the minimum representable time.
1749 ** This assumes that the minimum representable time is
1814 ** Right time, wrong type.
1815 ** Hunt for right time, right type.
1909 ** We're supposed to assume that somebody took a time of one type
2057 ** hit, the corresponding time doesn't exist,