将 Twitter-API 日期时间更改为时间戳的最佳方法
Twitter API 发送created_at 日期时间,如下所示:
"created_at": "Mon Jul 25 05:51:34 +0000 2011",
What's the best way to conversion them in a timestamp and my local timezone (Europe/Zurich)?使用 strtotime(),我得到类似 2013-11-08 20:07:00 的结果
非常感谢您
诚挚的问候
The Twitter API sends created_at datetimes like this:
"created_at": "Mon Jul 25 05:51:34 +0000 2011",
What's the best way to convert them in a timestamp and my local timezone (Europe/Zurich)? With strtotime(), I get results like 2013-11-08 20:07:00
Thank you very much
Best regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅
DateTime
、DateTime::format()
,DateTime::setTimezone()
,DateTimeZone
和date()
See
DateTime
,DateTime::format()
,DateTime::setTimezone()
,DateTimeZone
anddate()