Aaahh, that makes total sense, thank you so much!
On Fri, Nov 11, 2016, 11:59 PM Jakob Borg wrote:
> You are dividing the number of nanoseconds since the Unix epoch by some
> random number of nanoseconds and chopping off the remainder. But a
> time.Time internally is an interval since another, m
You are dividing the number of nanoseconds since the Unix epoch by some random
number of nanoseconds and chopping off the remainder. But a time.Time
internally is an interval since another, much earlier, reference time. The
remainder in that division will be different.
//jb
> On 11 Nov 2016,