mirror of https://github.com/google/oss-fuzz.git
[infra] using utc instead of local time (#230)
This commit is contained in:
parent
f751053545
commit
06b1f4406d
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue