summaryrefslogtreecommitdiff
path: root/sys/man/2
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-09-01 14:12:29 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-09-01 14:12:29 +0200
commit7f22b32e6359bb1381fc2336b9ec876036eb72a6 (patch)
treeb4e4797a984789c7bee663655d010126c46e215e /sys/man/2
parent0e41e0b7c551d577c22810dcda8cfd9459587a99 (diff)
isodate in libc? revert every commit for great justice!
Diffstat (limited to 'sys/man/2')
-rw-r--r--sys/man/2/ctime15
1 files changed, 1 insertions, 14 deletions
diff --git a/sys/man/2/ctime b/sys/man/2/ctime
index 411f2cd65..a4e074343 100644
--- a/sys/man/2/ctime
+++ b/sys/man/2/ctime
@@ -1,6 +1,6 @@
.TH CTIME 2
.SH NAME
-ctime, localtime, gmtime, asctime, tm2sec, timezone, isodate, isotime \- convert date and time
+ctime, localtime, gmtime, asctime, tm2sec, timezone \- convert date and time
.SH SYNOPSIS
.B #include <u.h>
.br
@@ -23,12 +23,6 @@ char* asctime(Tm *tm)
long tm2sec(Tm *tm)
.PP
.B
-char* isodate(Tm *tm)
-.PP
-.B
-char* isotime(Tm *tm)
-.PP
-.B
/env/timezone
.SH DESCRIPTION
.I Ctime
@@ -90,13 +84,6 @@ if
is not
.BR GMT .
.PP
-.I Isotime
-converts a broken-down time to a date and timestamp according to ISO-8601 with timezone, and returns a string of up to 24 characters.
-.PP
-.I Isodate
-converts a broken-down time to a datestamp
-without timezone, and returns a 10 byte string.
-.PP
When local time is first requested,
the program consults the
.B timezone