In the db for EE what format is the date/time stored?
in table “exp_weblog_titles” field “entry_date” there is what appears to be a unix timestamp but if i use any php converters i get the wrong information.
ie:
an entry date in ee andmin is 2009-05-21 11:00 PM
in the field it is 1242975601
php conversion is 22 May 2009 08:00:01 AM
I’m writing a script that builds an iCal file for a weblog entry but the time/date error keeps putting it in the wrong place.
any assistance is welcome
Pete