Use UTC when calling date command
[snf-image] / snf-image-helper / common.sh
index 7965915..e7f5ecb 100644 (file)
@@ -35,6 +35,7 @@ BLKID=blkid
 BLOCKDEV=blockdev
 REGLOOKUP=reglookup
 CHNTPW=chntpw
+DATE="date -u" # Time in UTC
 
 CLEANUP=( )
 ERRORS=( )