I believe my machine is fully patched. The SQL Server believes that it is not yet DST, whereas the windows interface has switched. So what should I do here (I'm in EST/EDT time zone -- New York City -- commands were run at 1:13 am.)
select
current_timestamp,getutcdate()-getdate()----------------------- -----------------------
2007-03-13 00:13:24.843 1900-01-01 05:00:00.000
(1 row(s) affected)