SH time format
in SH and SHM absolute times (including date) are specified
as text strings of the following formats:
<day>-<textmonth>-<year>_<hour>:<min>:<sec>
or
<day>,<digmonth>,<year>,<hour>,<min>,<sec>
where
- <day>
1- or 2-digit number of day (1-31)
- <textmonth>
3-character abbreviation of the month (e.g.
jun), upper- and lowercase is not
distinguished
- <digmonth>
1- or 2-digit number of the month (1-12)
- <year>
1-, 2- or 4-digit year, e.g. 1999
or 99 (=1999)
or 02 (=2002)
or 0 (=2000)
- <hour>
1- or 2-digit hour (0-23)
- <min>
1- or 2-digit minute (0-59)
- <sec>
1- or 2-digit second (0-59)
Please use the correct separators ('-'
',' '_' and ':'
in the first format, ','
in the second) and do not use blanks within these time strings.
This page last modified 4-Jul-2000