2 .\" Written by Klaus Klein, May 10, 2004.
12 .Nd convert date and time
18 .Fn offtime "const time_t * clock" "long int offset"
20 .Fn timeoff "struct tm * tm" "long int offset"
22 .Fn timegm "struct tm * tm"
24 .Fn timelocal "struct tm * tm"
26 These functions are inspired by C standard interfaces named similarly.
29 converts the calendar time
34 into broken-down time, expressed as Coordinated Universal Time (UTC).
37 converts the broken-down time
43 into a calendar time value.
46 converts the broken-down time
48 into a calendar time value, effectively being the inverse of
50 It is equivalent to the C standard function
55 converts the broken down time
57 expressed as local time, into a calendar time value.
58 It is equivalent to the C standard function
60 and is provided for symmetry only.