What is the right way to convert a naive time and a tzinfo into an UTC time?Say I have:d = datetime(2009, 8, 31, 22, 30, 30)tz = timezone('US/Pacific') ...
確定! 回上一頁