We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991f0a4 commit 057850dCopy full SHA for 057850d
README.md
@@ -8,11 +8,13 @@
8
9
从七牛获取到的`putTime`时间戳,是以 100纳秒 为单位的。
10
11
- PHP 可以用 Carbon http://carbon.nesbot.com/docs/ Carbon::createFromTimestampMs($putTime/10000) 来保证最大精度
+ 参考 https://developer.qiniu.com/kodo/api/1308/stat https://developer.qiniu.com/kodo/api/1284/list
12
+
13
+ PHP 可以用 [Carbon](http://carbon.nesbot.com/docs/) `Carbon::createFromTimestampMs($putTime/10000)` 来保证最大精度
14
- JavaScript 可以用 moment http://momentjs.cn/docs/#/parsing/unix-offset/ moment(putTime/10000) 来保证最大精度
15
16
+ JavaScript 可以用 [moment](http://momentjs.cn/docs/#/parsing/unix-offset/) `moment(putTime/10000)` 来保证最大精度
17
- 参考 https://developer.qiniu.com/kodo/api/1308/stat https://developer.qiniu.com/kodo/api/1284/list
18
19
## 更新
20
0 commit comments