X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=build-aux%2Fmdate-sh;fp=build-aux%2Fmdate-sh;h=6022eff654bfe64a4150a6ec899c61435f95cd12;hb=20fcfc81ece044b8b0a6768ec6cf47be4e22a2e6;hp=b3719cf76191aefd6a48f36c27b8275e268677d0;hpb=d57728a6ca2413a7c564d8b7bb13d9e5a5a180f3;p=debian%2Fgzip diff --git a/build-aux/mdate-sh b/build-aux/mdate-sh index b3719cf..6022eff 100755 --- a/build-aux/mdate-sh +++ b/build-aux/mdate-sh @@ -1,9 +1,9 @@ #!/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-2013 Free Software Foundation, Inc. +# Copyright (C) 1995-2015 Free Software Foundation, Inc. # written by Ulrich Drepper , June 1995 # # This program is free software; you can redistribute it and/or modify @@ -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: