#include #include int main () { struct tm tm; (void) asctime_r (&tm, NULL); return (0); }