Commit 2a2f7724 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #975 from Neilpang/dev

Dev
parents 5def1169 6a524bff
......@@ -1367,6 +1367,10 @@ _time2str() {
echo "$_t_s_a"
fi
#Busybox
if echo "$1" | awk '{ print strftime("%c", $0); }' 2>/dev/null; then
return
fi
}
_normalizeJson() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment