标签: python-3.6 pytz
像标题一样,pytz似乎没有BST(英国夏令时)-有什么方法可以检索它吗?
谢谢! :)
这是我的代码:
await ctx.send(f"{args[0].upper()}: {str(datetime.datetime.now(tz=pytz.timezone(timezone)))}")
但是,每当我在英国夏季时间尝试BST时,它都不会起作用。