我在 SQL 中遇到时间数据类型的问题。我正在使用这里描述的 TimespanConverter http://blogs.msdn.com/b/carlosfigueira/archive/2012/08/30/supporting-arbitrary-types-in-azure-mobile-services-managed-client-simple -types.aspx可以很好地插入数据,但是在检索它时会返回通用格式的 DateTime(没有正确位置的时间)。例如,“14:45:00”的时间将返回“0013-12-31T00:00:00.000Z”,而对于更早的时间,例如“09:00:00”,则返回 null。
还有其他人面临同样的问题吗?
提前致谢!
(也在这里发布:http: //social.msdn.microsoft.com/Forums/en-US/azuremobile/thread/5110ed4b-7912-49d9-9e6c-9acd9277d52b)