Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C Programming (http://www.velocityreviews.com/forums/f42-c-programming.html)
-   -   time adjustment code according to time zone (http://www.velocityreviews.com/forums/t755076-time-adjustment-code-according-to-time-zone.html)

J.H.Kim 10-24-2011 03:07 PM

time adjustment code according to time zone
 
Hi, everyone

Is there any C open source for time adjustment according to time zone?


Thanks advance.

Best Regards,
J.Hwan Kim

Joachim Schmitz 10-24-2011 03:29 PM

Re: time adjustment code according to time zone
 
J.H.Kim wrote:
> Hi, everyone
>
> Is there any C open source for time adjustment according to time zone?


localtime() ?

J.H.Kim 10-24-2011 03:59 PM

Re: time adjustment code according to time zone
 
On 2011년 10월 25일 00:29, Joachim Schmitz wrote:
> J.H.Kim wrote:
>> Hi, everyone
>>
>> Is there any C open source for time adjustment according to time zone?

>
> localtime() ?


But, I'm using now AVR compiler not for PC,
so localtime() function cannot be supported.
I need the raw C code.


Joel C. Salomon 10-24-2011 04:19 PM

Re: time adjustment code according to time zone
 
On 10/24/2011 11:07 AM, J.H.Kim wrote:
> Is there any C open source for time adjustment according to time zone?


The Zoneinfo project includes code for this sort of thing; see
<https://github.com/lyda/tz>.

--Joel


All times are GMT. The time now is 05:54 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57