You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by sebbASF <gi...@git.apache.org> on 2017/01/08 12:26:17 UTC

[GitHub] incubator-ponymail issue #331: Bug: stats.lua returns email time instead of ...

GitHub user sebbASF opened an issue:

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

    Bug: stats.lua returns email time instead of os time in unixtime field

    stats.lua returns the most recent email time in the unixtime field.
    However the Javascript expects to get the server OS 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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #331: Bug: stats.lua returns email time instead of ...

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

    https://github.com/apache/incubator-ponymail/issues/331
  
    Since the time is used for Javascript caching, it's important that it is accurate as far as the server is concerned. Email times can be future dated which would mess up the caching. So really only os.time will do here.


---
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 #331: Bug: stats.lua returns email time instead of ...

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

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


---
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.
---