私は日時をインポートするときに、私はいくつかのメソッドにアクセスすることができませんなぜ私が理解カントは、任意のアイデアインポート日時が、無属性fromtimestampまたはタイムゾーン - Pythonの
import datetime
datetime(1970, 1, 1, tzinfo=timezone.utc)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'timezone' is not defined
を例えば、それはpytzライブラリの競合だろうか?あなたが.
参照を使用して、モジュール変数やクラスを呼び出す必要があるため
あなたはどのバージョンのPythonを使用していますか? – Connor
Python 2.7.11 @Connor –