Forum Discussion
mhite_60883
Cirrocumulus
Dec 09, 2012Discover timezone via iControl
Hello. Various get_statistics() method calls return timestamps. Is there an iControl API call that will return the timezone that such timestamps are in relation to?
Thanks!
mhite_60883
Cirrocumulus
Dec 09, 2012Need this too:
logging.info("Retrieving time zone information...")
time_zone = b.System.SystemInfo.get_time_zone()
logging.debug("time_zone = %s" % pformat(time_zone))
tz = TZFixedOffset(offset=(time_zone['gmt_offset'] * 60), name=time_zone['time_zone'])
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects