Introduction
Dates and timestamps help you store and work with time information in your database. They let you track when things happen.
You want to save when a user signed up.
You need to record the time a message was sent.
You want to find records created within a certain date range.
You want to sort events by their date and time.
You want to calculate how old something is based on its date.