Skip to content

Time Zone Issue #1670

@adnanhamdussalam

Description

@adnanhamdussalam

Hi,

as we have daylight saving activity it was done at OS level but after that I am facing database time difference of one hour.

Database:

select now();
now

2026-04-09 06:32:42.591684-05

show time zone;
TimeZone

America/Mexico_City

OS:
timedatectl
Local time: Thu 2026-04-09 05:33:03 CST
Universal time: Thu 2026-04-09 11:33:03 UTC
RTC time: Thu 2026-04-09 11:33:03
Time zone: America/Mexico_City (CST, -0600)

After checking with the below query I am unable to find CST against time zone "America/Mexico_City"

select *from pg_timezone_names where abbrev='CST';
name | abbrev | utc_offset | is_dst
-----------------------+--------+------------+--------
ROC | CST | 08:00:00 | f
PRC | CST | 08:00:00 | f
Asia/Taipei | CST | 08:00:00 | f
Asia/Macao | CST | 08:00:00 | f
Asia/Macau | CST | 08:00:00 | f
Asia/Chongqing | CST | 08:00:00 | f
Asia/Chungking | CST | 08:00:00 | f
Asia/Harbin | CST | 08:00:00 | f
Asia/Shanghai | CST | 08:00:00 | f
Canada/Saskatchewan | CST | -06:00:00 | f
America/Regina | CST | -06:00:00 | f
America/Swift_Current | CST | -06:00:00 | f
America/Belize | CST | -06:00:00 | f
America/Costa_Rica | CST | -06:00:00 | f
America/El_Salvador | CST | -06:00:00 | f
America/Guatemala | CST | -06:00:00 | f
America/Tegucigalpa | CST | -06:00:00 | f
America/Managua | CST | -06:00:00 | f

I am using coordinator Cloudberry Version: 'PostgreSQL 14.4 (Apache Cloudberry 2.0.0-incubating build 1)

Need your support in this regard.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions