On Mon, Mar 14, 2016 at 12:02 PM, Clemens Ladisch <clemens at ladisch.de> wrote:
> Then the obvious explanation is that there is a bug in your insertion
> code.  (Which you have not shown.)

Shame on me, the insert was fine (null value against timestamp column)
but later on an update of such column was issued as:

UPDATE tt SET ts=( SELECT datetime( 'now','localtime') ) ...

that produced the time glitch.

Sorry for the noise.
Luca

Reply via email to