use the name UTC instead of GMT for UTC timezone
authorNatanael Copa <ncopa@alpinelinux.org>
Thu, 7 Dec 2017 16:54:07 +0000 (17:54 +0100)
committerRich Felker <dalias@aerifal.cx>
Fri, 15 Dec 2017 02:33:30 +0000 (21:33 -0500)
commiteb7f93c4f6fd0b637a9f8d6e112131b88ad2b00f
treeeca6d59de35f8b7bfebb5d61870a11fde6646326
parent3ec82877e7783f0706ba3c9e3c815cd2aa34059e
use the name UTC instead of GMT for UTC timezone

notes by maintainer:

both C and POSIX use the term UTC to specify related functionality,
despite POSIX defining it as something more like UT1 or historical
(pre-UTC) GMT without leap seconds. neither specifies the associated
string for %Z. old choice of "GMT" violated principle of least
surprise for users and some applications/tests. use "UTC" instead.
src/time/__tz.c
src/time/gmtime_r.c
src/time/timegm.c