lbl-anp / becquerel

Becquerel is a Python package for analyzing nuclear spectroscopic measurements.
Other
43 stars 16 forks source link

support datetime format with all underscores #372

Closed jvavrek closed 1 year ago

jvavrek commented 1 year ago

"%Y_%m_%d_%H_%M_%S" is a non-standard but common-enough datetime format that dateutil.parser.parse can't handle but that we should support.

markbandstra commented 1 year ago

How has this come up? Can you add a regression test?