I have nvarchar values with the following format
10:27:32.357 +03 Aug 31 2022
How to convert those to DatetimeOffset variables in T-SQL?
I have to deal with huge amounts of data, so I want to avoid rebuild the value as segments and then use DATETIMEOFFSETFROMPARTS.