fwends-net / time-analysis

Simple tool to turn timeseries logs into visual representations
MIT License
0 stars 0 forks source link

data reader doesn't check for date format validity #28

Closed fwends-net closed 2 weeks ago

fwends-net commented 3 weeks ago

the input reader is very forgiving, trying to create valid dates out of date/time fragments. this will lead to all sorts of errors. instead, be really strict and enforce the format 2024-10-16 16:21[:00] and throw an error if the format is different.

fwends-net commented 2 weeks ago

closed by #30