mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
misc: remove comment
This commit is contained in:
parent
6537741841
commit
cbd757773a
|
|
@ -41,7 +41,7 @@ inline VOID GetSystemTime(LPSYSTEMTIME lpSystemTime) {
|
|||
|
||||
inline VOID GetLocalTime(LPSYSTEMTIME lpSystemTime) {
|
||||
const auto dateTime = system_clock::now();
|
||||
|
||||
|
||||
const auto tz = current_zone();
|
||||
const auto tpl = tz->to_local(dateTime);
|
||||
const auto dp = floor<days>(tpl);
|
||||
|
|
@ -52,7 +52,7 @@ inline VOID GetLocalTime(LPSYSTEMTIME lpSystemTime) {
|
|||
|
||||
lpSystemTime->wYear = ymd.year();
|
||||
lpSystemTime->wMonth = ymd.month();
|
||||
lpSystemTime->wDayOfWeek = wd.c_encoding(); // 0 = sunday, etc
|
||||
lpSystemTime->wDayOfWeek = wd.c_encoding();
|
||||
lpSystemTime->wHour = hms.hours();
|
||||
lpSystemTime->wMinute = hms.minutes();
|
||||
lpSystemTime->wSecond = hms.seconds();
|
||||
|
|
|
|||
Loading…
Reference in a new issue