<div dir="ltr"><div><br></div><div>When I check the relationship between the epochs and the timestamps, eg answer_epoch vs answer_stamp I realize that after the daylight saving change the epochs are an hour behind. Is this by design? Are the timestamps supposed to be based on the computer's timezone by design, with the epochs based on the UTC value regardless of timezone and daylight savings?<br><br>select <br>(julianday('2016-03-30 15:23:00')-2440587.5) * 86400.0, -- 1459351379.999998, answer_epoch is 1459347780<br> (julianday('2016-03-30 14:23:00')-2440587.5) * 86400.0, -- 1459347780.000012, value above - 1hr<br>(julianday('2016-01-27 11:58:53')-2440587.5) * 86400 --1453895933.000001 - prior to daylight savings<br><br></div><div>The first 2 are from the sqlite CDR and the last from the CSV file.<br clear="all"></div><div><div><br></div><div><br><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Frank Church<br><br>=======================<br><a href="http://devblog.brahmancreations.com" target="_blank">http://devblog.brahmancreations.com</a></div>
</div></div></div>