Mihaela Oncel Posted February 20, 2023 Share Posted February 20, 2023 Hi,I am trying to convert UTC in Atlantic Time::Example:TZCONVERTOR ( TIMESTAMP '2023-02-20 19:30:00', 'UTC', 'Canada/Atlantic') createdOnLocalbut it does not push down to SQL or Oracle.Is there any way to push that down to the data source?Thanks,Mihaela Link to comment Share on other sites More sharing options...
Mihaela Oncel Posted February 20, 2023 Author Share Posted February 20, 2023 Execution Plan:Cannot push selectable because the data source SqlServer does not support the function --TZCONVERTOR(request.createdOn, 'UTC', 'Canada/Atlantic')-- Cannot push selectable because the data source SqlServer does not support the function --TZCONVERTOR(request.solvedOn, 'UTC', 'Canada/Atlantic')-- Cannot push selectable because the data source SqlServer does not support the function --TZCONVERTOR(request.slaExpectedFixBreach, 'UTC', 'Canada/Atlantic')-- Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now