Hi all,
I would like to use the time library to manage multiple times with
different timezones in my embedded system.
I would like reproduce the IAR method:
(https://www.iar.com/support/resources/articles/using-c-standard-library-time-and-clock-functions/)
But with Keil MDK-ARM, I don't find the solution to manage the
different timezones or switch the current rule of the timezone. I
don't find any API. I don't if it's necessary to write weak
functions...
Can you help m
↧