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