≫ ホーム ≫ C言語ヘッダファイル別一覧 | C言語アルファベット別一覧 ≫ time.h ≫ gmtime
暦時刻 (calendar time) を協定世界時 (UTC) に変換します.
#include <time.h>
struct tm *gmtime( const time_t *timer );
gmtime 関数は timer が指す暦時刻を協定世界時 (UTC) に変換します.
暦時刻を協定世界時 (UTC) に変換する のサンプルプログラムをご覧下さい.