Saving a UNIX timestamp in MySQL as type DOUBLE? -


my function call takes input, , throws database. usually, it's integers, today, need throw in unix timestamp.

this overflew float type, works type double.

is there should worried saving 10-digit integer in type double?

the total precision of double precision value approximately 16 decimal digits, should not worry, if store milliseconds or microseconds.


Comments

Popular posts from this blog

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

android - Spacing between the stars of a rating bar? -

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -