GitHub user sebbASF opened an issue:
https://github.com/apache/incubator-ponymail/issues/286
Bug: ponymail.js creates/displays dates with no timezone - confusing
There are various places in ponymail.js where a date/time is shown without
a TZ indication.
This seems to be because there is no room to display the TZ.
This is potentially confusing, as date ranges internally use UTC.
So for example if I display the following:
https://lists.apache.org/[email protected]:2016-07
I can see entries that appear to belong in August, rather than July.
This is because my system was on DST then.
Either all timestamps need to be displayed in UTC, or some way needs to be
found to ensure that the relevant TZ is shown with the time.
----
----
---
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.
---