#include <ctime> struct tm *gmtime( const time_t *time );
gmtime() 函式返回給定時間以協調世界時(通常是格林威治標準時間)表示的時間,除非系統不支援,在這種情況下返回 NULL。注意 靜態返回。