rust-chrono

Trouble with strptime() conversion of duration time string

Trouble with strptime() conversion of duration time string Question: I have some duration type data (lap times) as pl.Utf8 that fails to convert using strptime, whereas regular datetimes work as expected. Minutes (before 🙂 and Seconds (before .) are always padded to two digits, Milliseconds are always 3 digits. Lap times are always < 2 …

Total answers: 3