linkedin / pyexchange

Python wrapper for Microsoft Exchange
Apache License 2.0
153 stars 98 forks source link

Review and add doc around timezone handling #36

Open catermelon opened 9 years ago

catermelon commented 9 years ago

It sounds like the docs aren't clear around us returning UTC datetimes rather than localtime (see issue #35) so we should review and make it less confusing.

Need to include the reasoning on why we return UTC and not localtimes (see SO question linked in #35 and use that summary)