Fixed update notification popping up when it shouldn't
Review Request #3043 — Created April 4, 2012 and submitted
Fixed update notification popping up when it shouldn't. There was a format mismatch with the template sending dates to javascript, which compared it with a different date format and thought there was a review update. Fixed this by sending the datetime objects to javascript in ISO 8601 format, and wrapping the dates in "localtime off" tags. Also removed some unused imports.
Manually debugged the date mismatches in the javascript console, and setting the lookup time from 5 minutes to 5 seconds. Unit tests passed.