lkml.org 
[lkml]   [2009]   [Jul]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 1/2] Add function to convert between calendar time and broken-down time for universal use
Date
* From: "Andi Kleen" <andi@firstfloor.org>
>> +
>> +static void __offtime(__kernel_time_t totalsecs, int offset,
>> + unsigned int *year, unsigned int *mon, unsigned int *mday,
>> + unsigned int *hour, unsigned int *min, unsigned int *sec,
>> + unsigned int *wday, unsigned int *yday)
>> +{
>> + long days, rem, y;
>> + const unsigned short *ip;
>> +
>> + days = totalsecs / SECS_PER_DAY;
>
> Does this handle leap seconds? Doesn't seem to.

Hello, Andi

Thank for your attention.

It seems that we don't need to deal with leap seconds in conversion because
unix time is not counting leap seconds..

There is some detail in http://en.wikipedia.org/wiki/Unix_time

Thanks
Zhaolei
\
 
 \ /
  Last update: 2009-07-20 04:43    [W:1.733 / U:0.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site