* EMU-ELS: Add checking whether the native timezone.el has an old date string
 parser.
+2001-03-26  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * EMU-ELS: Add checking whether the native timezone.el has an old
+       date string parser.
+
 2001-03-23  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
 
        * timezone.el (timezone-parse-date): Import from Emacs-20.7.
 
                            0)
                      "2000")
             (error "timezone.el has Y2K problem. Install fixed version."))
+        ;; Old parser test.
+        (if (string=
+             (aref (timezone-parse-date "Wednesday, 31-Jan-01 09:00:00 GMT")
+                   0)
+             "0")
+            (error "timezone.el has old date parser. Install fixed version."))
         ;; no problem.
         '())
      (error