<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How can set local timezone in nRF5 SDK / nRF52832?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56105/how-can-set-local-timezone-in-nrf5-sdk-nrf52832</link><description>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</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Jan 2020 14:51:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56105/how-can-set-local-timezone-in-nrf5-sdk-nrf52832" /><item><title>RE: How can set local timezone in nRF5 SDK / nRF52832?</title><link>https://devzone.nordicsemi.com/thread/229093?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2020 14:51:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:675a7d8b-416f-489d-892f-0cc2df0b2cf4</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Unfortunately there is no concept of timezone on ARM controllers. This is something normally handled by the operating system (Linux, Windows), but on embedded systems you don&amp;#39;t have to run any OS.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you need a concept of time zones you would have to implement this outside the time.h library.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>