Modify ↓
Opened 15 years ago
Closed 15 years ago
#7596 closed defect (fixed)
Should use timezone preference
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | FullBlogNotificationPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
Datetimes on notifications should use timezone preference. They currently use UTC.
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 15 years ago by
(In [8577]) Use datetime_format format string that is consistent with that used in FullBlogPlugin '%Y-%m-%d %H:%M'. Notifications were not being sent on post version deletion. Refs #7596.
comment:3 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.



This was fixed by the use of
format_datetimein [8565]. The format string will be changed to be consistent with FullBlogPlugin: %Y-%m-%d %H:%M.