UNPKG
tic-lib
Version:
latest (1.1.0)
1.1.0
1.0.4
1.0.3
1.0.2
1.0.0
泰链 NodeJS 开发者库
github.com/iamljw/tic-lib
iamljw/tic-lib
tic-lib
/
lib
/
moment
/
index.js
12 lines
(9 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
const
local =
require
(
'moment'
);
const
zhCN =
require
(
'moment-timezone'
); zhCN.
locale
(
'zh_CN'
); zhCN.
tz
.
setDefault
(
'Asia/Shanghai'
);
module
.
exports
= { local, zhCN };