http://qs321.pair.com?node_id=501983


in reply to Re^5: Timezone antidote
in thread Timezone antidote

DATE_ADD(NOW(),INTERVAL 4 hour) would be the option if you're setting itn in your INSERTs, DATE_ADD(CURRENT_TIMESTAMP, INTERVAL 4 hour) may work in the column definition as the default value, if you've not tried that already.


the hatter