Function (Path Standard C Header / time.h)

gmtime_r

struct tm* gmtime_r(time_t *timePtr, struct tm *result);

Same to gmtime (Thread Safe)


Parameters

  time_t *timePtr
  struct tm *result

函数 (属于 标准C头文件 / time.h)

gmtime_r

struct tm* gmtime_r(time_t *timePtr, struct tm *result);

等同于 gmtime (Thread Safe)


参数

  time_t *timePtr
  struct tm *result