Hello Everyone,
I am using Tiva TM4c1294kcpdt. In my application, I am using it's inbuilt hibernate module RTC. But at system power on, I am reading RTC from NTP server which gives me time for timezone GMT 0.
I want to set/convert timezone, while reading time from NTP server, as per end user selection of timezone. For e.g. Set timezone as GMT:+5.30 (IST), how should I do this in c? Also how to use 'TZ' structure for setting timezone in time.h file?
Any help is appreciated.