Select to view content in your preferred language

generate_report() with utc_offset

208
0
12-08-2022 11:22 AM
JamesCrandall
MVP Frequent Contributor

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.

0 Kudos
0 Replies