#include <ctime> struct tm *gmtime( const time_t *time );
gmtime() 函数返回给定时间以协调世界时(通常是格林威治标准时间)表示的时间,除非系统不支持,在这种情况下返回 NULL。注意 静态返回。