We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I use mktime to convert date and time into a time_t value and I see a behavior, which I didn't expect. When calling mktime with 29.02.2010, I would expect the function to return -1, but it returns a time_t value representing the 01.03.2010.
Is that the normal behavior?
Many thanks for the fast feedback.