[infra] using utc instead of local time (#230)

This commit is contained in:
Mike Aizatsky 2016-12-29 13:00:56 -08:00 committed by GitHub
parent f751053545
commit 06b1f4406d
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def call(body) {
def dockerTag = "ossfuzz/$projectName"
def date = java.time.format.DateTimeFormatter.ofPattern("yyyyMMddHHmm")
.format(java.time.LocalDateTime.now())
.format(ZonedDateTime.now(ZoneOffset.UTC))
node {
def workspace = pwd()