toISOString 不显示毫秒
我们得到的时间戳字符串为 2022-02-23T09:41:57Z 但按照 文档 它也应该具有以下格式的毫秒YYYY-MM-DDTHH:mm:ss.sssZ 代码是
(new Date()).toISOString()
但下一个请求的时间戳为 2022-02-23T09:41:57.003Z
浏览器详细信息
“userAgent”:“Mozilla/5.0(Macintosh;Intel Mac OS X 10_15_6) AppleWebKit/605.1.15(KHTML,如 Gecko)版本/15.3 Safari/605.1.15"
为什么毫秒没有出现?但在我的浏览器中
Mozilla/5.0(Macintosh;Intel Mac OS X 10_15_7)AppleWebKit/605.1.15(KHTML,如 Gecko)版本/15.3 Safari/605.1.15
我在循环中打印了它,它打印 0.000Z 毫秒,这取决于操作系统还是浏览器
We are getting the timestamp String as 2022-02-23T09:41:57Z but as per the document it should have the milliseconds also in the format YYYY-MM-DDTHH:mm:ss.sssZ
The code is
(new Date()).toISOString()
But next request is having timestamp as 2022-02-23T09:41:57.003Z
The Browser detail
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6)
AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15"
Why are the milliseconds not coming? But in my browser
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15
I printed this in the loop it prints .000Z for millisec, is it depends on OS or Browser
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论