From bcecbcc8858669b927cbedebbafa3e6cafc1c6c4 Mon Sep 17 00:00:00 2001 From: Karl Matthias Date: Wed, 16 Oct 2013 11:31:41 -0700 Subject: [PATCH] Added utc to the tag to make the change obvious. --- lib/capistrano/deploy_tags.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/capistrano/deploy_tags.rb b/lib/capistrano/deploy_tags.rb index 522d1a8..c395689 100644 --- a/lib/capistrano/deploy_tags.rb +++ b/lib/capistrano/deploy_tags.rb @@ -6,7 +6,7 @@ module Capistrano end def git_tag_for(stage) - "#{stage}-#{Time.new.utc.strftime('%Y.%m.%d-%H%M%S')}" + "#{stage}-#{Time.new.utc.strftime('%Y.%m.%d-%H%M%S-utc')}" end def safe_run(*args)