[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <04d801ca08e3$9f9bd9b0$808410ac@zhaoleiwin>
Date: Mon, 20 Jul 2009 10:41:45 +0800
From: "Zhaolei" <zhaolei@...fujitsu.com>
To: "Andi Kleen" <andi@...stfloor.org>
Cc: "Ingo Molnar" <mingo@...e.hu>,
"Thomas Gleixner" <tglx@...utronix.de>,
"Andrew Morton" <akpm@...ux-foundation.org>,
"OGAWA Hirofumi" <hirofumi@...l.parknet.co.jp>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/2] Add function to convert between calendar time and broken-down time for universal use
* From: "Andi Kleen" <andi@...stfloor.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
Powered by blists - more mailing lists