Option to saving and not saving UTC time in Azure Table
问题 It seems to me that Azure Table always saves UTC time to the table. Even the date type has time zone, e.g. DateTimeOffset . Is there an option to save original time, instead of UTC time? 回答1: Is there an option to save original time, instead of UTC time? If you are looking to save the data as Edm.DateTime , then the answer is no. That data is always stored as UTC. From this link about Edm.DateTime: A 64-bit value expressed as Coordinated Universal Time (UTC). The supported DateTime range