Closed fwends-net closed 2 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.
2024-10-16 16:21[:00]
closed by #30
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.