|
|
|
|
|
by anamexis
1177 days ago
|
|
It can be a source of bugs if the tz is explicit, as well. Consider storing people's birthdates. If you accidentally store it as UTC and use some implicit tz handling, suddenly you've got off-by-one birthdates. More succinctly, dates don't have timezones because they don't have times. |
|