Online HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens
struct tm *localtime( const time_t *clock )- prototype in time.h - clock is a long int (such as that returned by time()) - returns time in struct tm (see time.h) correcting for time zone and any daylight savings time - global variable timezone is difference in seconds between GMT and local standard time
[helppc.bosbyte.nl] localtime Home Back Topics