diff --git a/django/conf/locale/hu/formats.py b/django/conf/locale/hu/formats.py index 8ee1c0feea..53a8fc7cb0 100644 --- a/django/conf/locale/hu/formats.py +++ b/django/conf/locale/hu/formats.py @@ -23,7 +23,7 @@ TIME_INPUT_FORMATS = ( '%H.%M', # '14.30' ) DATETIME_INPUT_FORMATS = ( - '%Y.%m.%d. %H.%m.%S', # '2006.10.25. 14.30.59' + '%Y.%m.%d. %H.%M.%S', # '2006.10.25. 14.30.59' '%Y.%m.%d. %H.%M', # '2006.10.25. 14.30' '%Y.%m.%d.', # '2006.10.25.' )