Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在土耳其。土耳其时区是 (UTC +02:00)
但是在sql server management studio
select (GETDATE() - GETUTCDATE() ) as a
给
1900-01-01 03:00:00.000
土耳其目前处于夏令时。它使用 UTC+03:00 直到 10 月 27 日,届时它将切换回 UTC+02:00。 详情在这里。
您的标准时区偏移量是 +2,但您当前的偏移量是 +3。请阅读时区标签 wiki,尤其是标题为“时区!=偏移”的部分。