The gmtime function is exactly like localtime except
that the values in the structure it returns are with respect to GMT
instead of the local timezone. See the documentation for
localtime for more information.
On systems that do not support the gmtime C library function,
this function is the same as localtime.