=?utf-8?q?PG_Doc_comments_form?= writes:
> We are exporting data from postgres into another "all in one" data store,
> and i had a quick question regarding the time offsets. The UTC_OFFSET, does
> it change when IS_DST is true/false?
Yes; utc_offset reflects the zone's current offset from UTC, s
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.1/static/view-pg-timezone-names.html
Description:
We are exporting data from postgres into another "all in one" data store,
and i had a quick question regarding the time offsets. The UTC_O