-
Howdy! I'm trying to parse a whole bunch of timestamps formatted like this: I found #125 and of course the docs on fractional seconds, but neither seemed to provide much insight on how to handle this. Any help is greatly appreciated. Thank you so much! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You could extract the length of the decimals, and use it as variable
|
Beta Was this translation helpful? Give feedback.
-
Or using simply strptime
|
Beta Was this translation helpful? Give feedback.
Or using simply strptime