dtaetimeoffset
にキャストします いいね
select CAST(dt as datetimeoffset) from test
編集:
SWITCHOFFSET
を使用できます 指定されたタイムゾーンに入ります。あなたの例では
select switchoffset(CAST(dt as datetimeoffset),'+05:30') from test
2011-11-24 23:26:30.0600000 +05:30
の結果
dtaetimeoffset
にキャストします いいね
select CAST(dt as datetimeoffset) from test
編集:
SWITCHOFFSET
を使用できます 指定されたタイムゾーンに入ります。あなたの例では
select switchoffset(CAST(dt as datetimeoffset),'+05:30') from test
2011-11-24 23:26:30.0600000 +05:30
の結果