From: Tim Wood Date: Mon, 20 Aug 2012 21:42:29 +0000 (-0700) Subject: Resetting timezone message X-Git-Tag: 2.0.0~77^2^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98018f6fa058d322bdd1d0c7e50949377f482bde;p=thirdparty%2Fmoment.git Resetting timezone message --- diff --git a/tasks/zones.js b/tasks/zones.js index 332eb5c0f..75c81aad5 100644 --- a/tasks/zones.js +++ b/tasks/zones.js @@ -38,6 +38,7 @@ module.exports = function (grunt) { // reset the timezone like nothing ever happened setTimezone(INITIAL_ZONE, function () { + grunt.log.writeln("Resetting timezone back to " + INITIAL_ZONE); done(); }); });