const TIME: &str = r"\d{2}:\d{2}:\d{2}(\.\d+)?";
Hours, minutes, and seconds with an optional fraction. Whether they are in range is clock’s question.
clock