Home | History | Annotate | Download | only in time

Lines Matching refs:Time

2 # Ask the user about the time zone, and output the resulting TZ value to stdout.
61 ask for selection from time zones whose largest cities
186 say >&2 "$0: time zone files are not set up correctly"
252 # Awk script to process a time zone table and output the same table,
254 # If output_times is set, each row is instead preceded by its local time
374 'so that time zone rules can be set correctly.'
380 time=
391 'Please select a continent, ocean, "coord", "TZ", "time", or "now".'
429 "time - I know local time already." \
430 "now - Like \"time\", but configure only for timestamps from now on."
462 time = sign "(16[0-7]|(1[0-5]|[0-9]?)[0-9])" hhmm
466 datetime = ",(" mdate "|" jdate ")(/" time ")?"
479 'with no daylight saving time.'
540 now|time)
558 echo >&2 "The system says Universal Time is $new_minute."
559 echo >&2 "Assuming that's correct, what is the local time?"
561 say >&2 "$0: cannot sort time table"
582 time=$select_result
587 time = substr(ARGV[1], 2)
593 if ($6 " " $7 " " $4 " " $5 == time) {
599 ' ="$time" ="$time_table"
732 say >&2 "$0: time zone files are not set up correctly"
752 Selected time is now: $TZdate.
753 Universal Time is now: $UTdate."
764 case $time%$country_result%$region%$coord in
766 say >&2 " $time$newline $country_result$newline $region";;
767 ?*%?*%%|?*%%?*%) say >&2 " $time$newline $country_result$region";;
768 ?*%%%) say >&2 " $time";;
797 Here is that TZ value again, this time on standard output so that you