You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.
Hi, if I see it right you have 22 o'clock + 5 hours to equals 17 o'clock, may be it should be like that:
select convert(datetimeoffset(7), '2014-02-14 22:59:59.9999999 +00:00') as dto1, convert(datetimeoffset(7), '2014-02-14 17:59:59.9999999 +05:00') as dto2
Consider this TSQL code:
Dates are equal, but this simple query ...
... returns this ...
The text was updated successfully, but these errors were encountered: