LOCALTIME 490 time.c #define LOCALTIME(tm, result) localtime_r(tm, &result) LOCALTIME 495 time.c #define LOCALTIME(tm, result) localtime(tm)