We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3af492 commit 4b51d55Copy full SHA for 4b51d55
src/Time.cpp
@@ -23,6 +23,7 @@ namespace timeUtils
23
if (local)
24
{
25
info.year = local->tm_year + 1900;
26
+ info.month = local->tm_mon + 1;
27
info.day = local->tm_mday;
28
info.weekDay = local->tm_wday;
29
info.yearDay = local->tm_yday;
0 commit comments