I have this table.
+------------------+--------------+------+-----+-------------------+-
| Field | Type | Null | Key | Default |
+------------------+--------------+------+-----+-------------------+-
| encoded_date | timestamp | NO | | CURRENT_TIMESTAMP |
| actual_date | date | NO | | NULL |
+------------------+--------------+------+-----+-------------------+-
My computer's date is 5/14/2015 10:10Am.. Why is it that when I submit the form, the record being save is
Encoded Date: 2015-05-13 18:59:03