Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 311 Bytes

generate-current-timestamp-with-timezone.md

File metadata and controls

13 lines (7 loc) · 311 Bytes

How To Generate a Current Timestamp With TimeZone


In PostgreSQL you may find that you need a current timestamp with timezone for some reason, maybe an example or a test. You can generate a current timestamp with timezone by using this command:

select current_timestamp;