用FluorineFX.NET 取SQLSERVER数据库时间发现时间并不是少8小时的时区问题而是多了8小时
直接查询正常
如select createtime from times
times表里有一条数据
2013-3-7 15:59:49
而用console.aspx调用这条SQL返回的数据却是
(Object)#0
  serverInfo = (Object)#1
    columnNames = (Array)#2
      [0] "createtime"
    cursor = 1
    id = (null)
    initialData = (Array)#3
      [0] (Array)#4
        [0] Thu Mar 7 23:59:49 GMT+0800 2013
    serviceName = "FluorineFx.PageableResult"
    totalCount = 1
    version = 1
时间变成东8区但多了8小时