| www.delorie.com/djgpp/doc/libc-2.01/libc_446.html | search |
#include <time.h> struct tm *localtime(const time_t *tod);
Converts the time represented by tod into a structure, correcting for the local timezone. See section gmtime.
A pointer to a static structure which is overridden with each call.
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |