adnanhamdussalam commented on issue #1670:
URL: https://github.com/apache/cloudberry/issues/1670#issuecomment-4214352690
Thank you for the update.
No I can not change it to any other timezone like 'America/Regina' because
there are so many reporting teams that are doing reporting against it.
When I query the database, it shows abbrev CDT and utc_offset to -05 but I
need abbrev CST and utc_offset to -06
select *from pg_timezone_names where name='America/Mexico_City';
name | abbrev | utc_offset | is_dst
---------------------+--------+------------+--------
America/Mexico_City | CDT | -05:00:00 | t
(1 row)
can you guide me how can I change to it?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]