File: now.3

package info (click to toggle)
qmail 1.03-49.2
  • links: PTS
  • area: non-free
  • in suites: squeeze
  • size: 4,380 kB
  • ctags: 2,091
  • sloc: ansic: 16,302; makefile: 2,447; sh: 771; perl: 449
file content (14 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.TH now 3
.SH NAME
now \- get current time, in seconds
.SH SYNTAX
.B #include <now.h>

datetime_sec \fBnow\fP();
.SH DESCRIPTION
.B now
returns the number of real-time seconds that have elapsed
since the end of 1969 TAI.
.SH "SEE ALSO"
datetime(3),
time(3)