Lines Matching full:time
5 # Ask the user about the time zone, and output the resulting TZ value to stdout.
54 echo >&2 "$0: time zone files are not set up correctly"
74 'so that time zone rules can be set correctly.'
96 'none - I want to specify the time zone using the Posix TZ format.'
122 time = "[0-2]?[0-9](:[0-5][0-9](:[0-5][0-9])?)?"
123 offset = "[-+]?" time
125 datetime = "," date "(/" time ")?"
133 'Posix time zone string.'
181 # Get list of names of time zone rule regions in the country.
203 'time zone regions.'
239 echo >&2 "$0: time zone files are not set up correctly"
259 Local time is now: $TZdate.
260 Universal Time is now: $UTdate."
305 Here is that TZ value again, this time on standard output so that you