If you are trying to store dates and not timestamps, that’s what you want, otherwise equality tests might not work right.
> (The integers stored are usually POSIX timestamps.)
For date types, if they exist distinctly, usually not.
If you are trying to store dates and not timestamps, that’s what you want, otherwise equality tests might not work right.
> (The integers stored are usually POSIX timestamps.)
For date types, if they exist distinctly, usually not.