将 Python 字符串转换为日期
我需要将Python字符串“Mon Aug 29 2011 18:30:00 GMT+0530 (IST)”转换为“20110829T183000Z”和“20110829T173000Z”(日期+1小时)。
从来不擅长记住日期时间 API,非常感谢这里的帮助!
I need to convert the Python string "Mon Aug 29 2011 18:30:00 GMT+0530 (IST)" into "20110829T183000Z" and "20110829T173000Z" (Date + 1 hour).
Never have been good at remembering datetime APIs, would appreciate the help here!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
谷歌一下。提高你的谷歌技能总是比偷懒好。
google it. increasing your google skills is always better than being lazy.