Skip to content

Commit

Permalink
Updates to use GMT dates
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinson committed Jan 1, 2015
1 parent 4110e2a commit f1e7eb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions share/macros.make
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# When I can test for regressions instantly, I will reconsider. UGH.
#
# ~~ (c) SRW, 27 Nov 2012
# ~~ last updated 11 Dec 2014
# ~~ last updated 31 Dec 2014

SHELL := sh
ECHO := echo -e
Expand Down Expand Up @@ -223,7 +223,7 @@ CD := $(call contingent, cd)
CLOSURE := $(call contingent, closure-compiler)
CONVERT := $(call contingent, convert)
CP := $(call contingent, gcp cp) -rf
DATE := $(call contingent, gdate date)
DATE := TZ=GMT $(call contingent, gdate date)
GEM := $(call contingent, gem)
GIT := $(call contingent, git)
JSMIN := $(call contingent, jsmin)
Expand Down
2 changes: 1 addition & 1 deletion src/npm-module

0 comments on commit f1e7eb7

Please sign in to comment.