PG_TIMEZONE_NAMES
PG_TIMEZONE_NAMES displays all time zone names that can be recognized by SET TIMEZONE, along with their associated abbreviations, UTC offsets, and daylight saving time statuses.
| 
        Column  | 
      
        Type  | 
      
        Description  | 
     
|---|---|---|
| 
        Name  | 
      
        Text  | 
      
        Name of the time zone  | 
     
| 
        abbrev  | 
      
        Text  | 
      
        Time zone name abbreviation  | 
     
| 
        utc_offset  | 
      
        interval  | 
      
        Offset from UTC  | 
     
| 
        is_dst  | 
      
        boolean  | 
      
        Whether DST is used. If it is, its value is true. Otherwise, its value is false.  | 
     
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.