Skip to content

Commit

Permalink
use UTC time
Browse files Browse the repository at this point in the history
  • Loading branch information
m1lhaus committed Feb 21, 2015
1 parent b07cd3c commit 6b8fea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/update_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ def write_version_file(data):
'version': version,
'commits': commits,
'revision': revision,
'date': datetime.datetime.now().strftime("%Y-%m-%d %H:%M")}
'date': datetime.datetime.utcnow().strftime("%Y-%m-%d %H:%M")}

write_version_file(data)

0 comments on commit 6b8fea5

Please sign in to comment.