1sip-date(1) sofia-sip-utils sip-date(1)
2
3
4
6 sip-date - .TH "sip-date" 1 "Fri Mar 11 2011" "Version 1.12.11" "sofia-
7 sip-utils"
8
10 sip-date - .SH "Synopsis"
11
12 sip-date [-n] [SIP-date | [YYYYy] [DDd] [HHh] [MMm] [SS[s]]]
13
15 sip-date is an utility for printing a SIP date (in the format specified
16 by RFC 1123, but the timezone must always be GMT) or parsing a given
17 SIP date. The date can be given as a SIP date or by giving year, day,
18 hour, minutes and seconds separately.
19
21 The sip-date utility takes options as follows:
22
23 -n The sip-date utility prints the date as seconds elapsed since epoch
24 (01 Jan 1900 00:00:00).
25
27 You want to convert current time to SIP date:
28
29 $ sip-date
30
31
32 You want to find out how many seconds there was in 1900's:
33
34 $ siptime -n 2000y
35 3155673600
36
37
39 Report bugs to <sofia-sip-devel@lists.sourceforge.net>.
40
42 Pekka Pessi <Pekka -dot- Pessi -at- nokia -dot- com>
43
45 Copyright (C) 2005 Nokia Corporation.
46
47 This program is free software; see the source for copying conditions.
48 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
49 PARTICULAR PURPOSE.
50
51
52
53Version 1.12.11 Fri Mar 11 2011 sip-date(1)