in adjust_schedule_function/lib/processors/base.py [0:0]
2 lines of code
1 McCabe index (conditional complexity)
def _get_local_timezone_tag(self):
"""Returns the tag that specifies the timezone of the local time.
"""
return '%s:%s' % (self._tag_prefix, 'local-timezone')