This website works better with JavaScript
Home
Explore
Help
Sign In
kf
/
crazycharge-admin-be
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
crazycharge-...
/
test
/
cipher
/
time.js
time.js
98 B
Permalink
History
Raw
1
2
3
function getUTCFormatTime(format = 'YYYYMMDDhhmmss') {
return moment().utc().format(format)
}