资讯

How does SQL Server handle the time change for daylight savings time?If it jumps ahead an hour, what happens, falls back?The hour change is at 2AM right?So if I'm using SQL server for time sheet ...
I currently have a query (in MS Access) that looks like thisSELECT (Format([clicktime],"ddddd hampm")) AS clickhour, Count([clicks].[clicktime]) AS clickcount FROM ...