Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
d1190feb
Commit
d1190feb
authored
Feb 06, 2017
by
neil
Committed by
GitHub
Feb 06, 2017
Browse files
Merge pull request #589 from Neilpang/dev
add _utc_date function
parents
0f954c20
5d2c5b01
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
d1190feb
...
...
@@ -1265,6 +1265,10 @@ _time() {
date
-u
"+%s"
}
_utc_date
()
{
date
-u
"+%Y-%m-%d %H:%M:%S"
}
_mktemp
()
{
if
_exists
mktemp
;
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