Don't consider a time zone when given a mysql style date, versus an epochal date. Fixes bug #11946.

This commit is contained in:
Colin Kuskie 2010-11-08 13:46:35 -08:00
parent 5c4066413c
commit 76f32f3b6d
3 changed files with 13 additions and 3 deletions

View file

@ -1,5 +1,6 @@
7.10.5
- fixed #11950: Username set to 0 when edit user
- fixed #11946: Double time zone correction when addding an event
7.10.4
- Added WebGUI::Fork api