charlierguo / gmail

A Pythonic interface for Google Mail
MIT License
1.77k stars 386 forks source link

Fixes the sent_at attribute not accounting for timezone. #72

Open z2oh opened 8 years ago

z2oh commented 8 years ago

I noticed the sent_at attribute was showing a different value than what it was showing in my gmail inbox. I used the information found here to make sure the timezone is properly accounted for. I am assuming this was the original intention because parsedate_tz() is used rather than just parsedate().

girishramnani commented 2 years ago

I am maintaining a fork of this project if you are interested in adding this change here https://github.com/girishramnani/gmail