"""`datetime` と `zoneinfo`: naive と aware の使い分け。 Python の `datetime` には 2 種類ある: - **naive**: `tzinfo` を持たない datetime。「いつのどこの時刻か」が曖昧。 - **aware**: `tzinfo` を持つ datetime。
This module attempts to fix a glaring hole in the pytz and zoneinfo modules, that there is no way to get the local timezone information, unless you know the zoneinfo name, and under several Linux ...