]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Resetting timezone message
authorTim Wood <washwithcare@gmail.com>
Mon, 20 Aug 2012 21:42:29 +0000 (14:42 -0700)
committerTim Wood <washwithcare@gmail.com>
Mon, 20 Aug 2012 21:42:29 +0000 (14:42 -0700)
tasks/zones.js

index 332eb5c0ffb760b7d95ce180b0e2ce50fb135092..75c81aad54d96db5e3704f277562c8ea5e617708 100644 (file)
@@ -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();
                     });
                 });