I tried to specify for a post (first one in the topic) the date
1970-01-01 00:01
but I received this error:Code: Select all
SQL ERROR [ mysql4 ]
Out of range value for column 'post_time' at row 1 [1264]
SQL
UPDATE phpbb_posts SET post_time = -3540 WHERE post_id = 1
BACKTRACE
If I try with
1970-01-01 00:00
it gives me -3600 as invalid value; so I tried to specify 1970-01-01 01:00
and it worked.I suppose range
00:00
-00:59
gives me error because I set UTC+02:00 (with DST enabled).Anyway, someone else may not get the meaning of the DB error, I guess you should set some checks on the data value.