Home > Electronics Tutorials > C Language Tutorial > time.h - gmtime

C Language Programming Library Reference Guide

time.h - gmtime

Declaration: struct tm *gmtime(const time_t *timer); The value of timer is broken up into the structure tm and expressed in Coordinated Universal Time (UTC) also known as Greenwich Mean Time (GMT).

A pointer to the structure is returned. A null pointer is returned if UTC is not available.

Note: To report broken links or to submit your projects, tutorials please email to Webmaster

Discover

     more......