bennomeier / leCroyParser

A Python Module to parse LeCroy Binary Trace Files
MIT License
12 stars 8 forks source link

Comply with datetime library fromisoformat method #15

Closed thormundtay closed 10 months ago

thormundtay commented 10 months ago

Datetime is a standard python library, which provisions the classes date and datetime, with the method fromisoformat. Left-padding with 0s for single digit seconds not including the decimal part is required for this method to comprehend the resulting string from parseTimeStamp method.