Changing Timezone
Posted: Tue Jan 03, 2006 7:58 pm
Is it possible to change the timezone?
Currentyl helpdesk is running 6 hours behind my timezone.
Currentyl helpdesk is running 6 hours behind my timezone.
Code: Select all
NOW()
Code: Select all
DATE_ADD(NOW(),INTERVAL 6 HOUR)
Code: Select all
DATE_SUB(NOW(),INTERVAL 6 HOUR)