pub fn invalid_time<T: Display>(time: T, reason: &str) -> CoreErrorExpand description
Create time format error with time and reason
Generates a CoreError::InvalidTime with the invalid time string
and explanation of the format issue.
ยงArguments
time- The invalid time format stringreason- Description of the format issue