Fix warnings about naive datetimes.

Review Request #6497 — Created Oct. 23, 2014 and submitted

Information

Review Board
release-2.0.x
75572aa...

Reviewers

When we added timezone support, we updated almost everything to use it. The one
thing that was missed was the widgets in the admin dashboard, since we didn't
look at them too much. This meant that the log files were getting spewed with
warnings any time a user viewed the dashboard.

Viewed the dashboard and saw that there were no more naive datetime warnings.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/admin/widgets.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/admin/widgets.py
    
    
  2. 
      
chipx86
  1. Ship It!

  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (a8f6daa)
Loading...