Skip to content

Commit 99efacb

Browse files
old link
1 parent 436ba36 commit 99efacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/how-to-configure-server-parameters-using-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ PostgreSQL allows you to specify time zones in three different forms:
8080
(20 rows)
8181
</pre>
8282

83-
2. A time zone abbreviation, for example PST. Such a specification merely defines a particular offset from UTC, in contrast to full time zone names which can imply a set of daylight savings transition-date rules as well. The recognized abbreviations are listed in the [**pg_timezone_abbrevs view**](https://www.postgresql.org/docs/9.4/view-pg-timezone-abbrevs.html)
83+
2. A time zone abbreviation, for example PST. Such a specification merely defines a particular offset from UTC, in contrast to full time zone names which can imply a set of daylight savings transition-date rules as well. The recognized abbreviations are listed in the [**pg_timezone_abbrevs view**](https://www.postgresql.org/docs/current/view-pg-timezone-abbrevs.html)
8484
Example to query this view in psql and get list of time zone abbreviations:
8585

8686
<pre> select abbrev from pg_timezone_abbrevs limit 20;</pre>

0 commit comments

Comments
 (0)