mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-03-13 11:38:16 +00:00
11 lines
271 B
HolyC
Executable file
11 lines
271 B
HolyC
Executable file
|
|
"\n\n%D %T\n\n\n", Now, Now;
|
|
|
|
CDateStruct ds;
|
|
Date2Struct(&ds, Now + local_time_offset);
|
|
|
|
"Hour:%02d Minute:%02d Second:%02d\n\n\n", ds.hour, ds.min, ds.sec;
|
|
|
|
"Day Name:%03tZ\n\n\n", ds.day_of_week, "ST_DAYS_OF_WEEK";
|
|
|
|
"Month Name:%03tZ\n\n\n", ds.mon - 1, "ST_MONTHS";
|