Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Dealing with dates
Working with time
Date and time data types in PostgreSQL
17. Date and time
Extracting dates and times
Timezone conversion
Format date and time
Current date and time data
Summary

Instruction

Apart from just the date or time, PostgreSQL databases can also store dates with exact times, meaning both the date and the time. Let's see what this data looks like.

Exercise

Select the launched_timestamp and registration_timestamp columns from the aircraft table.

Note how the date and time data is displayed.