mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Build script: print time zone offset, not name
This commit is contained in:
parent
18063e16a6
commit
ba34e1ff2d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
function timestamp {
|
||||
date "+%Y%m%d %H:%M %Z"
|
||||
date "+%Y%m%d %H:%M %z"
|
||||
}
|
||||
|
||||
function melpa {
|
||||
|
|
Loading…
Reference in a new issue