Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zgldh authored Mar 30, 2018
1 parent 991f0a4 commit 057850d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@

 从七牛获取到的`putTime`时间戳,是以 100纳秒 为单位的。

 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

 PHP 可以用 [Carbon](http://carbon.nesbot.com/docs/) `Carbon::createFromTimestampMs($putTime/10000)` 来保证最大精度

JavaScript 可以用 moment http://momentjs.cn/docs/#/parsing/unix-offset/ moment(putTime/10000) 来保证最大精度

JavaScript 可以用 [moment](http://momentjs.cn/docs/#/parsing/unix-offset/) `moment(putTime/10000)` 来保证最大精度

参考 https://developer.qiniu.com/kodo/api/1308/stat https://developer.qiniu.com/kodo/api/1284/list

## 更新

Expand Down

0 comments on commit 057850d

Please sign in to comment.