Hello,
Unable to insert timestamp with EDT, CDT timezone in database. I getting an error timezone region not found for the below query.
create table employees(Doj timestamp with time zone );
insert into employees values (TIMESTAMP'2023-05-01 15:00:00.000000 CDT');
Thanks,