This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Multiple Timezones management

I would like to use the time library to manage multiple times with different timezones in my embedded system.

I have already seen the ble_app_cts_c example and the nrf5-calendar-example example without find the management of the timezones.

With IAR it's easy to use the RTC counter with the time library. And it's easy to manage the rules of timezone (https://www.iar.com/support/resources/articles/using-c-standard-library-time-and-clock-functions/).

But with Keil MDK-ARM or GCC 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 me?

In advance, thank you.

Parents Reply Children
Related