• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/gnutar-452/gnutar/lib/

Lines Matching +defs:time +defs:date

2 /* Parse a string into an internal time stamp.
29 nanosecond-resolution time stamps, and in October 2004 to support
169 /* Style used for time. */
193 /* Table of local time zone abbrevations, terminated by a null entry. */
258 time
264 | date
273 time:
375 date:
655 /* Assorted relative-time words. */
681 /* The universal time zone table. These labels can be used even for
682 time stamps that would not otherwise be valid, e.g., GMT time
692 /* The time zone table. This table is necessarily incomplete, as time
694 as Eastern time in Australia, not as US Eastern Standard Time.
695 You cannot rely on getdate to handle arbitrary time zone
749 /* Military time zone table. */
783 /* Convert a time zone expressed as HH:MM into an integer count of
929 /* Military time zones. */
935 /* Drop out any periods and try the time zone table again. */
1126 /* Guard against falsely reporting an error when parsing a time
1128 supports such a time stamp. */
1162 /* Parse a date/time string, storing the resulting time value into *RESULT.
1164 P can be an incomplete or relative time specification; if so, use
1165 *NOW as the basis for the returned time. */
1309 know whether it's daylight time. */
1342 /* Let mktime deduce tm_isdst if we have an absolute time stamp. */
1346 /* But if the input explicitly specifies local time with or without
1362 boundaries when parsing times in other time zones. For
1364 the current time zone is 8 hours ahead of UTC, and the min
1368 problem, set the time zone to 1 hour behind UTC temporarily
1420 /* Add relative date. */
1446 too hard to do it the other way, because the time zone indicator
1448 again the time zone will be lost. */
1494 printf ("Enter date, or blank line to exit.\n\t> ");