TAI API

From: Dallin Dahl <dallinjdahl_at_gmail.com>
Date: Fri, 22 Aug 2025 11:36:54 -0600

I'm trying to build a spaced-repetition command with the excellent
skalibs library. One of the critical features I'm trying to implement
is coarse-grained scheduling, that is scheduled by the day, rather than
the second. My goal is to schedule things for review after x days after
4 am. My initial thought was to get the number of seconds stored in the
TAIN value, and then round down to the nearest day, and add back 4 hours.

I was looking through the TAI documentation, and while the header file
exposes the structure and accessors, the documentation doesn't mention
any of those. Is that because they should be considered private and
subject to change? In that case, what would be the best course of action?
Or is it merely a brief overview, and the header file should be considered
the official API?

Thanks for your help!
--Dallin
Received on Fri Aug 22 2025 - 19:36:54 CEST

This archive was generated by hypermail 2.4.0 : Fri Aug 22 2025 - 19:37:54 CEST