Jeff King <peff@xxxxxxxx> writes: > So the only question is how and when to convert from time_t to > timestamp_t. I think our general strategy for when has been "as soon as > possible" which makes sense to me (most of the code only has to deal > with our one type). So I think doing it right after the stat() here > makes sense. OK. > All of which is to say it might be a bit more than a #leftoverbits. OK. Thanks for a dose of sanity.