Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / zotnet / tws / phoon / deltime.man
1 .TH example 1 "08 November 1986"
2 .SH NAME
3 deltime \- compute a delta time
4 .SH SYNOPSIS
5 .in +.5i
6 .ti -.5i
7 deltime  <time>  \%[ <time2> ]
8 .in -.5i
9 .SH DESCRIPTION
10 .PP
11 .I Deltime
12 computes the elapsed time between now and a
13 specified date/time, or between two specified date/times.
14 The format for specifying date/times is pretty loose - basically
15 the same as the format for date/times in network mail.
16 Just be careful to put them in quotes if they contain spaces.
17 The output format is dddd hh:mm:ss.
18 .PP
19 Times earlier than 1970
20 .I can
21 be handled, because the internal Unix(R) time format is not used.
22 However, time spans greater than 66 years
23 .I cannot
24 be handled, because that's 2**31 seconds.
25 .SH "SEE\ ALSO"
26 .IR phoon(1),
27 .IR libtws(3)
28 .SH AUTHOR
29 Jef Poskanzer