I have a timestamp being extracted from an XML document in the format
2019-02-13T09:01:53.557+00:00
Does anyone know of a library to convert this to unix time or will I have to fiddle with the string?
Since I'm not generating the timestamp myself the answers I have been finding aren't helping me much. I think the format is iso8601 but I'm not certain as it seems to have a few extra digits which I'm guessing is ms resolution (since it relates to a machine tool), is this a problem?