My function call takes some input, and throws it into a database. Usually, it's integers, but today, I need it to throw in a unix timestamp.
This overflew the FLOAT type, but works with type DOUBLE.
Is there anything I should be worried about by saving that 10-digit integer in type DOUBLE?