<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jul 25, 2015 at 2:40 AM, Lennart Regebro <span dir="ltr"><<a href="mailto:regebro@gmail.com" target="_blank">regebro@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":1ie" class="a3s" style="overflow:hidden">There really is a reason every other date time implementation I know<br>
of uses UTC internally, and there really is a reason why everyone<br>
always recommends storing date times in UTC with the time zone or<br>
offset separately.</div></blockquote></div><br>Current datetime design does not prevent your application from storing date-times</div><div class="gmail_extra">in UTC.  You can store them in naive datetime instances, but the recommended </div><div class="gmail_extra">approach is to use datetime instances with tzinfo=timezone.utc.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>