Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Django/programming 的新手,正在尝试编写一些代码来告诉我它是否早于特定时区的晚上 7 点(我会提供时区)。
如果这种类型的问题被问了很多,我很抱歉。我搜索了答案,但无法提出解决方案。
我很感激时间和专业知识。
我能够找到一个可行的解决方案:
tz = timezone('US/Eastern') datetime.now(timezone(tz)).hour<19