Recent Topics

1 Mar 12, 2016 23:45    

Error when DST time kicks in. (this is happening to three different domains)

Additional information about this error:

MySQL error!

Incorrect datetime value: '2016-03-13 02:44:51' for column 'sess_start_ts' at row 1(Errno=1292)

Your query:

INSERT INTO evo_sessions( sess_key, sess_start_ts, sess_lastseen_ts, sess_ipaddress, sess_device )

VALUES (

'gmCDOmvQKJtAQ8EC3ANv70HufeuiLasI',

'2016-03-13 02:44:51',

'2016-03-13 02:44:51',

'182.18.223.197',

'win7'

)

3 Mar 13, 2016 21:55

@mgsolipa

For whatever reasons, hours after the transition to DST, things went back to normal.

The links you provided could have been the point of failure but since that "time gap" has passed, things are pretty much working as intended.

Thanks for looking into this. For now, consider this case as fixed.


Form is loading...