Group: Time - Library: kernel32
Retrieves the current system date and time. The system time is expressed in Coordinated Universal Time (UTC).
System and Local Time values
Setting the date and time that a file was created
Winsock: sending email messages (SMTP, port 25)
GDI+: custom Clock Control
VOID GetSystemTime(
LPSYSTEMTIME lpSystemTime // system time
);
DECLARE GetSystemTime IN kernel32;
STRING @ lpSystemTime
lpSystemTime [out] Pointer to a SYSTEMTIME structure to receive the current system date and time.
This function does not return a value.
If time settings on your computer is different from the UTC (Coordinated Universal Time) then you can notice the difference between results of DATETIME() -- which is GetLocalTime wrapper -- and this function.