Manpage of LOCALTIME

Google
Web www.fiveanddime.net

LOCALTIME

Section: NEWLIB (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

8.6 `localtime'--convert time to local representation

 

SYNOPSIS


     #include <time.h>
     struct tm *localtime(time_t *CLOCK);
     struct tm *localtime_r(time_t *CLOCK, struct tm *RES);  

DESCRIPTION

`localtime' converts the time at CLOCK into local time, then converts its representation from the arithmetic representation to the traditional representation defined by `struct tm'.


   `localtime' constructs the traditional time representation in static storage; each call to `gmtime' or `localtime' will overwrite the information generated by previous calls to either function.


   `mktime' is the inverse of `localtime'.

 

RETURNS

A pointer to the traditional time representation (`struct tm').

 

PORTABILITY

ANSI C requires `localtime'.


   `localtime' requires no supporting OS subroutines.

 

SEE ALSO

localtime is part of the libc library. The full documentation for libc is maintained as a Texinfo manual. If info and libc are properly installed at your site, the command
info libc

will give you access to the complete manual.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURNS
PORTABILITY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:25:24 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net