We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8639b4 + b8037d1 commit 1a7f60eCopy full SHA for 1a7f60e
neo/rawio/neuralynxrawio/nlxheader.py
@@ -120,7 +120,7 @@ def _to_bool(txt):
120
datetime2_regex=r"-TimeClosed (?P<date>\S+) (?P<time>\S+)",
121
filename_regex=r'-OriginalFileName "?(?P<filename>\S+)"?',
122
datetimeformat=r"%Y/%m/%d %H:%M:%S",
123
- datetime2format=r"%Y/%m/%d %H:%M:%S.f",
+ datetime2format=r"%Y/%m/%d %H:%M:%S.%f",
124
),
125
# Cheetah after v 5.6.4 and default for others such as Pegasus
126
"def": dict(
0 commit comments