On 28 Sep 2017, at 4:12am, Stephen Chrzanowski <[email protected]> wrote:

> As a matter of fact, I started to work with doing my time deltas using
> julianday, but, I ran into some float rounding issues and the math was
> shorting me by at least a second, which made 1 hour look like 59 minutes.
> Switched to strftime('%s',...) to do the math based on seconds and I've got
> more than enough resolution for what I'm doing.

I think that that’s a very good solution.  I prefer working with integers to 
reals where possible.  Far easier to figure out the possibilities.

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to