Hi,
We process payments. The customers triggers the action and the first thing we do is to register the time (now).
At the end of the action we write the timestamp to a record. The next time the action is triggered we get the payments since the last timestamp.
That went well but know we noticed we missed an hour.
Apparently summertime has also effect on our timestamps. I don't understand how this works.
We have a var TM and that holds the filter 'now'.
Then we update a record with the value of TM. There is no timezone. Why do we have a gap of an hour?
I hope someone can explain this or can give me advice how to use a timestamp correctly.