Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这:
"Tue Jan 12 21:33:28 +0000 2010"
是从 Twitter 的 API 返回的。其余的都很明显,但是 +0000 指的是什么?它是某种类型的时区表示吗?
这确实表示时区。它是与 UTC 时间的偏移量。
+0000是HHMM与 UTC/GMT 的偏移量,在这种情况下,您返回的时间正是 UTC。
+0000
HHMM
请注意,这并不完全映射到“地理”时区,因为夏令时可能会改变偏移量。例如,瑞典在冬天是 +0100,在夏天是 +0200。