Is it a way with Livecode to calculate the seconds (the Livecode function) but for a date in the future ?
ex : 29 february 2016, 00:00 h = in seconds from 1/1/1970
Any idea ?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on mouseUp
put 0 into ff
convert ff to dateItems
answer ff
end mouseUp
As the week-end is coming, you might have 10 mn free for this:matgarage wrote:No problem for me with the time zone, i'm in France.
I suppose that adding or substracting (3600 * x) to the seconds (where x = the GMT+x value) will correct the gap.