We're on Telligent 7.X
I'm using the REST API and all timestamps are being returned in the server's local time. Using the Info endpoint I can get the timezone info of the server in UTC format which does not incorporate daylight savings time into the UTC offset. This results in a difficult situation to convert timestamps into the user's local time. If all timestamps would use the universal format conversion would be effortless. Alternatively if the info endpoint would introduce a new property that returns the correct GMT offset (reflecting DST) that would also be sufficient.