我需要通过添加一个特定的 +/- GMT 值来操作一个通过 Mysql db 生成的日期时间, 或者从该时间 +/- GMT 时开始的第一个减 - 08: 00 。 例如, 现在我得到了这个数值捕捉到 2012 - 05 - 25 03: 04: 28 。 我需要第一个分钟 - 08: 00 然后 - 06: 00? 通过 php 实现这一点的最佳方式是什么?
Problem with using times in Python. Terminal > Python >>> calendar.timegm(datetime.datetime.now().utctimetuple()) 1258449380 This time indicates GMT: Tue, 17 Nov 2009 09:16:20 GMT Eclipse ...