def make_except_once_rule_UTC(start, end, inclusive, guiconfig):
    return except_once.make_rule(start, end, inclusive, 'UTC', guiconfig)
def make_except_once_rule_UTC(start, end, inclusive, guiconfig):
    return except_once.make_rule(start, end, inclusive, 'UTC', guiconfig)
def make_except_once_rule_local(start, end, inclusive, guiconfig):
    return except_once.make_rule(start, end, inclusive, 'local', guiconfig)
def make_except_once_rule_local(start, end, inclusive, guiconfig):
    return except_once.make_rule(start, end, inclusive, 'local', guiconfig)