LogEventsList: Don't output '0000-00-00' as default date
authorBartosz Dziewoński <matma.rex@gmail.com>
Wed, 14 Nov 2018 14:49:22 +0000 (15:49 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 14 Nov 2018 14:49:22 +0000 (15:49 +0100)
commit6b328a5975fe953faa85c462c38fc963ca401993
treebcb0834a183bce9c73d030787fc92767c143f560
parentab25eb03e009331102100f3be6d27771b0dbbd97
LogEventsList: Don't output '0000-00-00' as default date

It is an invalid value that should be (by spec) ignored by the
browser, but apparently some browsers don't ignore it, and when they
submit it back, it is converted to -0001-11-30 by our date parsing.

Bug: T209490
Change-Id: I2643767a0091c1c9db78706358903e1dc97b59d1
includes/logging/LogEventsList.php