|
|
| There's more than one way to do things | |
| PerlMonks |
Re^6: Timezone antidoteby hatter (Pilgrim) |
| on Oct 21, 2005 at 13:21 UTC ( #501983=note: print w/ replies, xml ) | Need Help?? |
|
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
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||