<div dir="ltr">I'm doing it with the libc and doing it out of the process:<div><br></div><div><a href="https://github.com/zerkms/systemd/blob/d09815ef6df4705e06bd0b3a276c4cbd8630859f/src/basic/calendarspec.c#L902">https://github.com/zerkms/systemd/blob/d09815ef6df4705e06bd0b3a276c4cbd8630859f/src/basic/calendarspec.c#L902</a><br></div><div><br></div><div>I believe parsing is portable standard C with libc and time conversion will be very similar to that.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 7 September 2017 at 01:25, Lennart Poettering <span dir="ltr"><<a href="mailto:lennart@poettering.net" target="_blank">lennart@poettering.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mi, 06.09.17 13:18, Mantas Mikulėnas (<a href="mailto:grawity@gmail.com">grawity@gmail.com</a>) wrote:<br>
<br>
> On Wed, Sep 6, 2017 at 12:58 PM, Ivan Kurnosov <<a href="mailto:zerkms@zerkms.ru">zerkms@zerkms.ru</a>> wrote:<br>
><br>
> > I've started working on it (as a crazy experiment for myself primarily)<br>
> ><br>
> > At the moment I added support for timezones (IANA) to the `CalendarSpec`,<br>
> > the parser and the formatter.<br>
> ><br>
> > <a href="https://github.com/zerkms/systemd/commit/367325ae7a2c4df2c05" rel="noreferrer" target="_blank">https://github.com/zerkms/<wbr>systemd/commit/<wbr>367325ae7a2c4df2c05</a><br>
> > 13e8bb8e9925aaf24feef<br>
> ><br>
><br>
> systemd actually used to have code for parsing *tzdata files* (and showing<br>
> DST information in timedatectl); you might want to find that in Git.<br>
<br>
</span>While it did parse that I don't think we should go that route<br>
here. When converting local time into unix time and back we really<br>
should let the libc deal with that, and not replicate that. it's not<br>
pretty to do this in libc, as there's no way to do time calculation in<br>
a non-default timezone except by manipulating env vars, but it's<br>
doable, as long as we do this out-of-process...<br>
<div class="HOEnZb"><div class="h5"><br>
Lennart<br>
<br>
--<br>
Lennart Poettering, Red Hat<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">With best regards, Ivan Kurnosov</div>
</div>