Hi all,
I have a query to insert a file details into DB...
INSERT INTO excel(name, file_date) values('$fileName', {fn NOW()})
How do I ensure the datetime value is saved with a value of minus 5hours?
The server runs on GMT time but I want files saved with BST time.
Thanks.
Kevin.