mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +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
|
#!/bin/bash
|
||||||
|
|
||||||
function timestamp {
|
function timestamp {
|
||||||
date "+%Y%m%d %H:%M %Z"
|
date "+%Y%m%d %H:%M %z"
|
||||||
}
|
}
|
||||||
|
|
||||||
function melpa {
|
function melpa {
|
||||||
|
|
Loading…
Reference in a new issue