Build script: print time zone offset, not name

This commit is contained in:
Steve Purcell 2013-04-23 09:50:24 +01:00
parent 18063e16a6
commit ba34e1ff2d

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
function timestamp { function timestamp {
date "+%Y%m%d %H:%M %Z" date "+%Y%m%d %H:%M %z"
} }
function melpa { function melpa {