I know there are easy ways to handle this, anyone with a code snippet for me?
I found this solution, letting the MySQL engine do the work:
SELECT STR_TO_DATE('26/Apr/2011:13:21:58', '%d/%b/%Y:%H:%i:%S');
https://www.experts-exchange.com/questions/26992776/convert-apache-log-date-time-to-mysql.html
Maybe there is an other short solution using the std.datetime
and or
https://code.dlang.org/packages/dateparser ?
