What is the right way to convert a naive time and a tzinfo into an UTC time? Say I have:
tzinfo
d = datetime(2009, 8, 31, 22, 30, 30) tz = timezone(\'U
Use the first method. There's no reason to reinvent the wheel of timezone conversion