SQL queries for time return offset values only on Object Browser

Hello,

I ran into an interesting problem. Running SQL queries like GETUTCDATE, GETDATE, SYSDATETIME, and SYSUTCDATETIME all return wrong values with the local offset added on them when queried on Object Browser, but correct time on the SQL Server itself.

I've assumed generally that the SQL Queries would display the same values on OB as on SQL Server, but apparently my assumption is wrong.

Could anyone help me understand what is happening here?

Thanks!