I replaced the use of 'struct tm' with a private clone of that struct simply
because the struct is declared on the stack and not all members are used so we could just as well make struct with only struct members we actually need.
parent
6887106f
Please register or sign in to comment