▲ | anonymars 3 days ago | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UTC helps store specific moments in time. Notably it does not solve for "dates" nor recurrence. Many of my hairs have been lost to third parties thinking they've created viable systems simply because they use UTC. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | adrian_b 3 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UTC or TAI are the right solution for storing past time values. Any other information is superfluous and it makes things more complicated than they should be. Future "time" values are typically not time values. Therefore they must be stored using a different more complex data type, which contains all the information that will be necessary in the future to determine the corresponding time value. Using the same data type to store both past time values and future time values is in most cases a serious programming mistake, which either wastes resources or is likely to cause bugs. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | Terr_ 3 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
It's a similar painful insanity as: "Other currencies? Just convert them to US dollars on save, and store that number in the database, nice and easy, no problems." | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|