We are in California, our servers are in FL 3 hour time difference. We want to launch our e-newsletter at 12 noon on thursday our time or 9am Eastern.
here is my code, my math seems to be off...
SELECT * FROM tide WHERE year = YEAR(CURDATE()) and col_num = 2 and week = week(DATE_ADD(CURDATE(),INTERVAL 57 hour)) ORDER BY priority ASC
here is my code, my math seems to be off...
SELECT * FROM tide WHERE year = YEAR(CURDATE()) and col_num = 2 and week = week(DATE_ADD(CURDATE(),INTERVAL 57 hour)) ORDER BY priority ASC