summaryrefslogtreecommitdiff
path: root/lib/mdate-sh
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-01-11 23:22:31 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-01-12 09:21:19 -0800
commit9094d07d4808cbade92f98b114bfb9e13bf6b422 (patch)
tree124159aa7bcd80eec27975b6122dbeebf3204331 /lib/mdate-sh
parentc40e27e1c2a60f58e72e65d73d808f782d55494a (diff)
downloadautomake-9094d07d4808cbade92f98b114bfb9e13bf6b422.tar.gz
maint: port time-stamp-time-zone to strict POSIX
Set time-stamp-time-zone to "UTC0", not to "UTC", as POSIX defines TZ="UTC0" not TZ="UTC".
Diffstat (limited to 'lib/mdate-sh')
-rwxr-xr-xlib/mdate-sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mdate-sh b/lib/mdate-sh
index b793600a1..6022eff65 100755
--- a/lib/mdate-sh
+++ b/lib/mdate-sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Get modification time of a file or directory and pretty-print it.
-scriptversion=2010-08-21.06; # UTC
+scriptversion=2016-01-11.22; # UTC
# Copyright (C) 1995-2015 Free Software Foundation, Inc.
# written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995
@@ -219,6 +219,6 @@ echo $day $month $year
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
# time-stamp-end: "; # UTC"
# End: