Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- libc - <b>localtime</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
localtime
=========

Syntax
------

     #include <time.h>
     
     struct tm *localtime(const time_t *tod);

Description
-----------

Converts the time represented by TOD into a structure, correcting for
the local timezone.  gmtime:.   

Return Value
------------

A pointer to a static structure which is overridden with each call.


See Also: gmtime

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson