1 .\" Copyright (C) 2001 Andries Brouwer <aeb@cwi.nl>
3 .\" Permission is granted to make and distribute verbatim copies of this
4 .\" manual provided the copyright notice and this permission notice are
5 .\" preserved on all copies.
7 .\" Permission is granted to copy and distribute modified versions of this
8 .\" manual under the conditions for verbatim copying, provided that the
9 .\" entire resulting derived work is distributed under the terms of a
10 .\" permission notice identical to this one
12 .\" Since the Linux kernel and libraries are constantly changing, this
13 .\" manual page may be incorrect or out-of-date. The author(s) assume no
14 .\" responsibility for errors or omissions, or for damages resulting from
15 .\" the use of the information contained herein. The author(s) may not
16 .\" have taken the same level of care in the production of this manual,
17 .\" which is licensed free of charge, as they might when working
20 .\" Formatted or processed versions of this manual, if unaccompanied by
21 .\" the source, must acknowledge the copyright and authors of this work.
23 .TH TIMEGM 3 2001-12-26 "GNU" "Linux Programmer's Manual"
25 timegm, timelocal \- inverses for gmtime and localtime
30 .BI "time_t timelocal (struct tm *" tm );
32 .BI "time_t timegm (struct tm *" tm );
43 These functions are GNU extensions.
46 function is equivalent to the POSIX standard function
48 There is no reason to ever use it.
50 For a portable version of
54 environment variable to UTC, call
56 and restore the value of
65 time_t my_timegm (struct tm *tm) {