Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/time/time.tex')
-rw-r--r--newlib/libc/time/time.tex24
1 files changed, 8 insertions, 16 deletions
diff --git a/newlib/libc/time/time.tex b/newlib/libc/time/time.tex
index 4859404a3..3d6dabb59 100644
--- a/newlib/libc/time/time.tex
+++ b/newlib/libc/time/time.tex
@@ -18,28 +18,28 @@ the following fields:
@table @code
@item tm_sec
-Seconds, between 0 and 60 inclusive (60 allows for leap seconds).
+Seconds.
@item tm_min
-Minutes, between 0 and 59 inclusive.
+Minutes.
@item tm_hour
-Hours, between 0 and 23 inclusive.
+Hours.
@item tm_mday
-Day of the month, between 1 and 31 inclusive.
+Day.
@item tm_mon
-Month, between 0 (January) and 11 (December).
+Month.
@item tm_year
-Year (since 1900), can be negative for earlier years.
+Year (since 1900).
@item tm_wday
-Day of week, between 0 (Sunday) and 6 (Saturday).
+Day of week: the number of days since Sunday.
@item tm_yday
-Number of days elapsed since last January 1, between 0 and 365 inclusive.
+Number of days elapsed since last January 1.
@item tm_isdst
Daylight Savings Time flag: positive means DST in effect, zero means DST
@@ -56,8 +56,6 @@ not in effect, negative means no information about DST is available.
* mktime:: Convert time to arithmetic representation
* strftime:: Flexible calendar time formatter
* time:: Get current calendar time (as single number)
-* __tz_lock:: Lock time zone global variables
-* tzset:: Set timezone info
@end menu
@page
@@ -86,9 +84,3 @@ not in effect, negative means no information about DST is available.
@page
@include time/time.def
-
-@page
-@include time/tzlock.def
-
-@page
-@include time/tzset.def