Skip to content

Commit 2e126b4

Browse files
committed
Merge remote branch 'svarnau/master' into bug/2000223
2 parents 7b78b31 + 4bfcdd7 commit 2e126b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zuul/model.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,8 @@ class Changeish(object):
846846

847847
def __init__(self, project):
848848
self.project = project
849+
self.start_datetime = time.strftime("%Y-%m-%d %H:%M:%S UTC",
850+
time.gmtime())
849851

850852
def getBasePath(self):
851853
base_path = ''

0 commit comments

Comments
 (0)