How convert a string with a date and time info with submilisecond resolution to DateTime or perhaps just Time?

I think you have two choices (not mutually exclusive): do the manual parsing, (e.g. ms = parse(Int,s[21:23]), μs = parse(Int,s[24:26]) ) and/or do a PR to add a new Code μ, which Matches 199 with microseconds.

1 Like