• gmtime in time.h not generating correct values
    Hi guys, I have the following code for a Freescale KL25Z-based Cortex-M0+, which attempts to generate hours, minutes, seconds etc from an epoch time that I'm extracting from the RTC: #include...
  • gmtime in time.h not generating correct values
    Hi guys, I have the following code for a Freescale KL25Z-based Cortex-M0+, which attempts to generate hours, minutes, seconds etc from an epoch time that I'm extracting from the RTC: #include...
  • mktime() function in time.h don't work right
    hi i use stm32f103 in keil. my problem is "mktime() function in time.h don't work right on tm_isdst" please help me. thankyou
  • mktime() function in time.h don't work right
    hi i use stm32f103 in keil. my problem is "mktime() function in time.h don't work right on tm_isdst" please help me. thankyou
  • mktime behaviour
    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...