Index: django/conf/locale/hu/formats.py
===================================================================
--- django/conf/locale/hu/formats.py	(revision 16553)
+++ django/conf/locale/hu/formats.py	(working copy)
@@ -23,7 +23,7 @@
     '%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.'
 )
