|
|
|
|
|
by sametmax
2586 days ago
|
|
Datetime is a good module if you don't deal with timezones, which is most of the time. And it doesn't come with out of the box support for timd zones, so either you code it, or you use a third party lib. Hence we don't discourage people from using datetime, it's in the stdlib, and it's useful. However, if you need time zones, either you code something yourself, in that case you are supposed to know what you are doing, or you look up the best libs for the job. For the last part, no language have a perfect answer. It's an organic process. I've never met any tool solving it, not even intellij. |
|