You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ponymail.apache.org by gi...@git.apache.org on 2016/06/03 10:45:17 UTC

[GitHub] incubator-ponymail issue #66: Bug: incorrect date calculation

GitHub user  opened a issue:

    https://github.com/apache/incubator-ponymail/issues/66

    Bug: incorrect date calculation

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/incubator-ponymail 

Alternatively you can review and apply these changes as the patch at:

    

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #66
    
----

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #66: Bug: incorrect date calculation

Posted by Humbedooh <gi...@git.apache.org>.
Github user Humbedooh closed the issue at:

    https://github.com/apache/incubator-ponymail/issues/66


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #66: Bug: incorrect date calculation

Posted by Humbedooh <gi...@git.apache.org>.
Github user Humbedooh commented on the issue:

    https://github.com/apache/incubator-ponymail/issues/66
  
    that is to say, all timestamps are converted to UTC before they are saved.
    If you wish to know the author's timezone, you need to view the source. This is not something that will be changed in the near future.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #66: Bug: incorrect date calculation

Posted by sebbASF <gi...@git.apache.org>.
Github user sebbASF commented on the issue:

    https://github.com/apache/incubator-ponymail/issues/66
  
    The problem here is that the author's timezone is +0000 according to View Source.
    
    Mine is +0100.
    
    Yet they display the **same** time, i.e. 07:26
    
    That's not possible; there is no time t such that
    
    t + 0000 == t + 0100


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #66: Bug: incorrect date calculation

Posted by Humbedooh <gi...@git.apache.org>.
Github user Humbedooh commented on the issue:

    https://github.com/apache/incubator-ponymail/issues/66
  
    this is not incorrect per se, it's just a conversion from the original date to your own timezone. The TZ of an email is not saved in the digest.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---