Bug in 10_MAX.pm

Begonnen von malc_b, 26 Februar 2017, 20:30:49

Vorheriges Thema - Nächstes Thema

malc_b

Sorry this in english

At line 128 there is


my($day, $month, $year, $hour, $min) = ($_[0] =~ /^(\d{2}).(\d{2})\.(\d{4}) (\d{2}):(\d{2})$/);


I think the date should two \. for the separators to force the date to be 26.03.2017 or just . to allow any separator.