On Tue, Aug 26, 2014 at 3:16 AM, Christian Hammond <[email protected]> wrote:
> > Does yours also mention "Review.timestamp," or is it a different > DateTimeField? > > Looking through the codebase, I don't immediately see anywhere where we'd > be generating a so-called "naive" timestamp (one generated without timezone > information), but it's definitely happening somewhere. > Yes, I see Review.timestamp as well as several others (we're currently running version 2.0.3): 2014-08-26 00:01:47,285 - WARNING - - /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/db/models/fields/__init__.py:848: RuntimeWarning: DateTimeField User.last_login received a naive datetime (2014-05-28 00:00:00) while time zone support is active. RuntimeWarning) 2014-08-26 00:01:48,618 - WARNING - - /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/db/models/fields/__init__.py:848: RuntimeWarning: DateTimeField Comment.timestamp received a naive datetime (2014-07-28 00:00:00) while time zone support is active. RuntimeWarning) 2014-08-26 00:01:48,721 - WARNING - - /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/db/models/fields/__init__.py:848: RuntimeWarning: DateTimeField ChangeDescription.timestamp received a naive datetime (2014-07-28 00:00:00) while time zone support is active. RuntimeWarning) 2014-08-26 00:01:49,055 - WARNING - - /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/db/models/fields/__init__.py:848: RuntimeWarning: DateTimeField Review.timestamp received a naive datetime (2014-08-27 00:00:00) while time zone support is active. RuntimeWarning) 2014-08-26 00:01:49,120 - WARNING - - /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/db/models/fields/__init__.py:848: RuntimeWarning: DateTimeField ReviewRequest.time_added received a naive datetime (2014-08-27 00:00:00) while time zone support is active. RuntimeWarning) -- Bruce -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
