What does +0000 mean in the context of a date returned by the twitter API? What does +0000 mean in the context of a date returned by the twitter API? json json

What does +0000 mean in the context of a date returned by the twitter API?


This does denote timezone. It is the offset from UTC time.


+0000 is an HHMM offset from UTC/GMT, and in this case the time you're getting back is exactly UTC.

Note that this doesn't exactly map to a "geographical" time zone, since daylight savings time may change the offset. For example, Sweden is +0100 in the winter and +0200 in summer.