GitHub user sebbASF opened an issue:
https://github.com/apache/incubator-ponymail/issues/227
Enh: store/show original Date:
The 'date' field is derived from the Date: header, and is currently stored
in UTC.
This loses some information (though the original value is available in the
source).
It might be useful to store the raw date string as well.
At present the date is shown in the GUI in the user's timezone using a
non-standard format, e.g.
```Date: 2016-11-04 16:00 (-0000)```
It might be useful to show the date as follows:
```Date: 2016-11-04 16:00 -0000 (Fri, 4 Nov 2016 12:00:48 -0400)```
----
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---