From 3ebcf8b4b05b09f433e887659d3373d6f6de2a01 Mon Sep 17 00:00:00 2001 From: Jared Smith Date: Tue, 13 Sep 2016 10:56:36 -0700 Subject: [PATCH] Fixing another pep8 issue --- ckan/migration/versions/085_adjust_activity_timestamps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/migration/versions/085_adjust_activity_timestamps.py b/ckan/migration/versions/085_adjust_activity_timestamps.py index 6cfc1d4a295..34c5eb24a11 100644 --- a/ckan/migration/versions/085_adjust_activity_timestamps.py +++ b/ckan/migration/versions/085_adjust_activity_timestamps.py @@ -5,7 +5,7 @@ def upgrade(migrate_engine): """ - The script assumes that the current timestamp was + The script assumes that the current timestamp was recorded with the server's current set timezone """ utc_now = datetime.datetime.utcnow()