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.
如果传递本地日期时间值,是否有某种方法可以配置 sql server 在数据库中存储 UTC 时间?
不,没有。
您需要在传递给 SQL Server 之前或之后转换为 UTC。
DateTime传递到 SQL Server的实例DateTimeKind在传输过程中会丢失关联,因为 SQL 类型没有与之对应的任何内容。
DateTime
DateTimeKind