Store datetime in UTC format now, and fix presentation of TZUTC. Also standardise message summaries on Notifications
This commit is contained in:
@@ -233,7 +233,7 @@ class Message extends FTNBase
|
||||
$o->mo->from = $o->header['user_from'];
|
||||
$o->mo->subject = $o->header['subject'];
|
||||
|
||||
$o->mo->datetime = $o->datetime;
|
||||
$o->mo->datetime = $o->datetime->clone()->utc();
|
||||
$o->mo->tzoffset = $o->datetime->utcOffset();
|
||||
$o->mo->flags = $o->header['flags'];
|
||||
$o->mo->cost = $o->header['cost'];
|
||||
|
Reference in New Issue
Block a user