def _get_local_time_tag()

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


    def _get_local_time_tag(self):
        """Returns the tag that specifies the local time at which scheduled
        events must run.
        """
        return '%s:%s' % (self._tag_prefix, 'local-time')