How do convert RSS feed publish date-time (GMT) to Unix timestamp using PHP?
I need to store the date into my table in a TIMESTAMP data type column.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Would it be an option to use the PHP functions to generate a Unix Timestamp (ie seconds since Unix Epoch) and then let MySQL handle it from there?
PHP: – PHP Documentation
MySQL: – MySQL Documentation