I’m looking at this example:
https://github.com/NordicPlayground/nrf5-calendar-example
which uses standard C function localtime(), but can not find neither in the example nor in the SDK how to set the timezone – TZ, tzset(), … etc.
So what is the way to set the timezone with nRF5 SDK?
Thanks