; To: avr-libc-dev@nongnu.org
> Subject: Re: [avr-libc-dev] A few questions
>
> As Michael Rice wrote:
>
> > If there are no objections, I will change set_system_time( struct tm
> > *) into set_system_time(time_t)
>
> Your reasoning makes sense. As there's
As Michael Rice wrote:
> If there are no objections, I will change set_system_time( struct tm
> *) into set_system_time(time_t)
Your reasoning makes sense. As there's no released version of the
time (sub)library in avr-libc yet, we don't have to care much for
backwards compatibility, so right no
During a discussion about setting the system time from NTP, a couple
of things came up which make me want to make some changes.
It seems more 'natural' to alter set_system_time() to...
void set_system_time(time_t);
If setting from a calendar type RTC,