[ckan-changes] [ckan/ckan] 0a06d2: Use UTC when selecting activities for notification...
GitHub
noreply at github.com
Thu Jan 19 14:06:47 UTC 2017
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 0a06d22e9f67420c08b84ebb38b7cbacead68774
https://github.com/ckan/ckan/commit/0a06d22e9f67420c08b84ebb38b7cbacead68774
Author: Mark Gregson <mark.gregson at linkdigital.com.au>
Date: 2017-01-19 (Thu, 19 Jan 2017)
Changed paths:
M ckan/lib/email_notifications.py
Log Message:
-----------
Use UTC when selecting activities for notification emails
Activity timestamps are stored in UTC since #3240 and Dashboard.activity_stream_last_viewed stored in UTC since #3374. All dates that can be used as the starting boundary for selecting activities must also be UTC in order to calculate the correct date and time range for the notification being sent.
Commit: 73ba6ff46a8b7b1a3bb9220089b36a439663a65c
https://github.com/ckan/ckan/commit/73ba6ff46a8b7b1a3bb9220089b36a439663a65c
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2017-01-19 (Thu, 19 Jan 2017)
Changed paths:
M ckan/lib/email_notifications.py
Log Message:
-----------
Merge pull request #3410 from DataShades/notification-since-date-fix
Use UTC when selecting activities for notification emails
Compare: https://github.com/ckan/ckan/compare/07ce1ec4ed36...73ba6ff46a8b
More information about the ckan-changes
mailing list