C++ Programming/Code/Standard C Library/Functions/localtime
localtime
| Syntax |
#include <ctime> struct tm *localtime( const time_t *time ); |
The function localtime() converts calendar time time into local time. Watch out for the static return.
Last modified on 14 June 2009, at 16:46