summaryrefslogtreecommitdiff
path: root/src/time/__utc.c
AgeCommit message (Collapse)AuthorLines
2024-07-23move __utc string object to its own translation unitRich Felker-0/+3
having it in __tz.c caused gmtime[_r] and timegm to pull in all of the time zone code despite having no need for it.