Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
5d2c5b01
Commit
5d2c5b01
authored
Feb 06, 2017
by
neilpang
Browse files
add _utc_date function
parent
d6edff31
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
5d2c5b01
...
@@ -1265,6 +1265,10 @@ _time() {
...
@@ -1265,6 +1265,10 @@ _time() {
date -u "+%s"
date -u "+%s"
}
}
_utc_date() {
date -u "+%Y-%m-%d %H:%M:%S"
}
_mktemp() {
_mktemp() {
if _exists mktemp; then
if _exists mktemp; then
if mktemp 2>/dev/null; then
if mktemp 2>/dev/null; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment