Doing this thing to calculate the number of seconds since a given year using int and then float. They're both giving me different numbers.
Gives 31536000 like it should.
gives me 13184.
Perhaps it's just the data type limitation, but I coulda sworn int's could hold larger numbers...