]> Savannah Git Hosting - gnulib.git/commit
Port Universal Time settings to strict POSIX
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jan 2016 17:29:40 +0000 (09:29 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jan 2016 17:30:15 +0000 (09:30 -0800)
commit6118065a2bd26ddd8e0ee0596b05b325db8c87eb
tree9fd38866a2c77063382dac6c352af3fec3f71bc7
parent313ed2a5dc120d5879bbb0c7191c50c9913e59bf
Port Universal Time settings to strict POSIX

* build-aux/announce-gen, build-aux/bootstrap:
* build-aux/do-release-commit-and-tag, build-aux/git-version-gen:
* build-aux/gitlog-to-changelog, build-aux/gnu-web-doc-update:
* build-aux/gnupload, build-aux/mkinstalldirs:
* build-aux/move-if-change, build-aux/prefix-gnulib-mk:
* build-aux/update-copyright, build-aux/useless-if-before-free:
* build-aux/vc-list-files, tests/test-strftime.c:
Use TZ="UTC0", not TZ="UTC".  Either works on GNU platforms,
but POSIX says the behavior of TZ="UTC" is undefined.
15 files changed:
ChangeLog
build-aux/announce-gen
build-aux/bootstrap
build-aux/do-release-commit-and-tag
build-aux/git-version-gen
build-aux/gitlog-to-changelog
build-aux/gnu-web-doc-update
build-aux/gnupload
build-aux/mkinstalldirs
build-aux/move-if-change
build-aux/prefix-gnulib-mk
build-aux/update-copyright
build-aux/useless-if-before-free
build-aux/vc-list-files
tests/test-strftime.c