Lines Matching refs:time
18 "local time": "time-local",36 elif isinstance(obj, datetime.time):38 "type": "time-local",73 elif norm_type == "time-local":100 time, _, offset = rest.partition(sign)102 time = rest105 time = time.rstrip("0") if "." in time else time106 return date + "T" + time + sign + offset