From mboxrd@z Thu Jan 1 00:00:00 1970 From: shafi.kernel@gmail.com (Mohammed Shafi) Date: Tue, 5 Apr 2011 16:26:29 +0530 Subject: kernel API's regarding time conversions In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Mon, Apr 4, 2011 at 5:17 PM, Mohammed Shafi wrote: > Hi all, > Is there some kernel API's(like jiffies_to_msecs) already > available for any of the following: > 1.millisecs_to_seconds > 2.seconds_to_minutes > 3.minutes_to_hours > 4.hours_to_days > 5.days_to_months > 6.months_to_years > > sorry if its a basic question. > thanks in advance, > shafi > Hi all, looks like time_to_tm function in /kernel/time/timeconv.c will be helpful. my question itself is not correct, my actual query, is to get all the other time parameters using milli_secs as the time input. Any other suggestions will be helpful. thanks, shafi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110405/3488ca96/attachment.html