diff options
author | Brian Samek <brian.samek@mongodb.com> | 2017-07-14 17:45:26 -0400 |
---|---|---|
committer | Brian Samek <brian.samek@mongodb.com> | 2017-07-17 10:01:55 -0400 |
commit | 40e5d48c5f70d19a5e29f251bb523d25bbd04d31 (patch) | |
tree | f71beade87c927f3c3a72f599294ab667df63a21 /etc/evergreen.yml | |
parent | 24e418966985b9bbaaa497f92dfbc69a2420e649 (diff) | |
download | mongo-40e5d48c5f70d19a5e29f251bb523d25bbd04d31.tar.gz |
SERVER-30159 Use UTC time for package testing tags
Diffstat (limited to 'etc/evergreen.yml')
-rw-r--r-- | etc/evergreen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 0f1725c4a79..468e2f4a806 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -975,7 +975,7 @@ functions: export KITCHEN_SUBNET="${kitchen_subnet}" # set expiration tag 2 hours in the future, since no test should take this long - export KITCHEN_EXPIRE="$(${python|/opt/mongodbtoolchain/v2/bin/python2} -c 'import datetime; print((datetime.datetime.now() + datetime.timedelta(0, 2*60*60)).strftime("%Y-%m-%d %H:%M:%S"))')" + export KITCHEN_EXPIRE="$(${python|/opt/mongodbtoolchain/v2/bin/python2} -c 'import datetime; print((datetime.datetime.utcnow() + datetime.timedelta(hours=2)).strftime("%Y-%m-%d %H:%M:%S"))')" for i in {1..3} do |