I thought I remember reading a while back that Shotgun servers used UTC for timestamps. But when I look at my server at the event logs, all the times recorded appear to be Mountain Time (my time zone). I don't see anywhere in the site preferences or in my user settings where a timezone is specified. How does the site know what my local timezone is. That info isn't sent when logging in, is it?
Also the EventLogEntry entity returns the created_at using a timezone of shotgun_api3.lib.sgtimezone.LocalTimezone object. Does the API just grab the local time zone from Python? Is there anyway to retrieve the created_at dates as UTC time? Or do I just need to manually convert it?