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()