Communities for your favorite technologies. Explore all Collectives
Ask questions, find answers and collaborate at work with Stack Overflow for Teams.
Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I know in mysql there is datetime type but couldn't find couterpart in postgresql. I know there is timestamp type in postgresql but that's a timestamp instead of datetime.
Thanks
timestamp
timestamp with timezone
TIMESTAMP
TIMESTAMP WITH TIME ZONE
A MySQL DATETIME is equivalent to a PostgreSQL TIMESTAMP.
DATETIME
Both store a date+time value in an undefined time line. They assume the time offset or time zone is of no interest, or is defined by the application.
Add a comment
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.
timestamportimestamp with timezone.TIMESTAMP), or WORLD time line (useTIMESTAMP WITH TIME ZONE)?