From de3106537194f13ba2d07aba49a82b81d7b0db44 Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 18 Aug 2009 15:15:45 +0200 Subject: creation date is UTC, not local --- new-doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-doc b/new-doc index ce987bc..1eeff27 100755 --- a/new-doc +++ b/new-doc @@ -3,7 +3,7 @@ cd "$(dirname "$0")"/src shopt -s extglob -now="$(date +'%F %T')" +now="$(TZ=UTC date +'%F %T')" docname="$1" shift -- cgit v1.2.3