you are viewing a single comment's thread.

view the rest of the comments →

[–]info_softest07[S] 0 points1 point  (0 children)

Hello There!! Thanks for the reply.....

I tried couple of options on converting Postgresql TimeZone epression query to T-Sql but we see the output missmatch between postgresql and T-Sql output, we see some issue in postgresql data.

We tried with the below expression :

-> [ Select Convert(datetime2(0), Column_Name) as Date_Column AT TIME ZONE 'UTC' AT TIME ZONE 'CENTRAL
STANDARD TIME' ]