This commit is contained in:
kestes%walrus.com 2001-12-14 20:15:43 +00:00
Родитель ce0fdbc0bf
Коммит 1bfd9cbc42
1 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -12,8 +12,8 @@
# server. No locks are used by the mail processes, data is passed to
# the tinderbox server in a maildir like format.
# $Revision: 1.8 $
# $Date: 2001/10/10 15:06:48 $
# $Revision: 1.9 $
# $Date: 2001/12/14 20:15:43 $
# $Author: kestes%walrus.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/bin/processmail_builds,v $
# $Name: $
@ -290,6 +290,15 @@ tinderbox: errorparser: unix
tinderbox: END
Time Format
Most OS have an internal time format of "seconds since the epoch".
This format is easiest to use if all your machines have the same OS or
if you standarize on some epoch for the purposes of tinderbox
mails. Times can also be given in the format "MM/DD/YY HH:MM:SS" if
this is more convenient.
EOF
print $usage;