我正在尝试获取1970年之前日期的UTC时间,但是Python中的tz和tzinfo只包含1970年后日期的时区数据库。如果我想在1970年之前找到世界协调时的约会时间,比如说比尔·克林顿的生日:datetime和tzinfo将返回16 Aug 1946 13:51 UTC我如何找到适当的时间转换,并信任它的日期在1970年之前的Python?
我使用的是Python 3.7和Django。我想要获取datetime对象自1970年1月1日以来的秒数(或毫秒数)。按照这里的建议-- In Python, how do you convert a ,我实现了 now = datetime.now()return [len(removed_elts) ==now.total_seconds()“行给出了错误 AttributeError: 'datetime.datetime' object has no attribute '