In 2.5.2.1 (actually from current git, 12/29/2015), I'd like to set the default displayed time zone for the admin calendar.
It's displaying every scheduled show in UTC time, which will confuse non-techies trying to set up their own shows. I'm not sure where to set the time zone - or what piece of code is using getStartTime() etc. to create the displayed time entries. Our local timezone is not UTC (it's GMT-6), and the System -> Preferences -> Station Timezone is set to America/Chicago.
Also: if we want a publicly visible (non-admin) calendar view that's derived from the same database, is there an example to follow? Surely everybody must want this. I'd rather not roll my own if there's a stock way to do it.