The utc_offset argument within the generate_report() method is a simple string value depicting a number of hours formatted as '-04:00' for example. However this does not take into account daylight savings time (DST) at all since it's just a simple hardcoded string value.
Is this just an oversight of the ESRI Python API?
I've written a workaround to accommodate this issue already but was curious if I'm overlooking something here.