def _get_local_timezone_tag()

in adjust_schedule_function/lib/processors/base.py [0:0]


    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')