Date Timezone MSSQL

2> -- GETDATE: Returns the current local system date and time.
3>
4> SELECT GETDATE()
5> GO
-----------------------
2006-10-12 07:15:07.780
(1 rows affected)