summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index f644d6d..773bacb 100644
--- a/SConstruct
+++ b/SConstruct
@@ -73,7 +73,7 @@ zip = whereis('zip')
#
date = ARGUMENTS.get('DATE')
if not date:
- date = time.strftime("%Y/%m/%d %H:%M:%S", time.localtime(time.time()))
+ date = time.strftime("%Y-%m-%d %H:%M:%S", time.gmtime(int(os.environ.get('SOURCE_DATE_EPOCH', time.time()))))
developer = ARGUMENTS.get('DEVELOPER')
if not developer: