|
|
|
|
|
by deepsun
294 days ago
|
|
Improvement idea -- in my experience "valid_from" is always a date (no time, no timezone). That's how it's reported in documents (e.g. contract validity period). Rows that need seconds (e.g. bank transactions) are events, they aren't "valid" from a particular point in time forward, they just happen. |
|
I understand how convenient it is to use UTC-only timestamps. It works in most cases but not all.