What is the SQL Server equivalent for Oracle's systimestamp?

oracle, sql-server

Solution

As far as I know SYSDATETIMEOFFSET() is the equivalent. Did you find any difference between both ?

Problem

Anyone have an idea on how to find the SQL Server equivalent for Oracle's systimestamp? SYSDATETIMEOFFSET() is the closest match I could find...

Original source