You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Doug Coker (JIRA)" <ji...@apache.org> on 2009/05/05 21:17:30 UTC

[jira] Created: (SHINDIG-1045) _IG_FetchFeedAsJSON breaks backward compatibility by returning ms-since-epoch instead of sec-since-epoch

_IG_FetchFeedAsJSON breaks backward compatibility by returning ms-since-epoch instead of sec-since-epoch
--------------------------------------------------------------------------------------------------------

                 Key: SHINDIG-1045
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1045
             Project: Shindig
          Issue Type: Bug
          Components: Javascript 
            Reporter: Doug Coker


This request returns a parsed FEED with the Date field set to ms-since-epoch:
http://www.gmodules.com/gadgets/makeRequest?refresh=3600&url=http%3A%2F%2Fgearsblog.blogspot.com%2Fatom.xml&httpMethod=GET&headers=&postData=&authz=&st=&contentType=FEED&numEntries=3&getSummaries=true&signOwner=true&signViewer=true&gadget=http%3A%2F%2Fcode.google.com%2Fgadgets%2FFeedGadget%2Fgadget.xml&container=code&bypassSpecCache=

The value of the Date field should be in seconds, not ms.  The legacy _IG_FetchFeedAsJSON() methods parsed dates to seconds-since-epoch, and is documented as such:
http://code.google.com/apis/gadgets/docs/remote-content.html#Fetch_Feed

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SHINDIG-1045) _IG_FetchFeedAsJSON breaks backward compatibility by returning ms-since-epoch instead of sec-since-epoch

Posted by "John Hjelmstad (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Hjelmstad reassigned SHINDIG-1045:
---------------------------------------

    Assignee: John Hjelmstad

> _IG_FetchFeedAsJSON breaks backward compatibility by returning ms-since-epoch instead of sec-since-epoch
> --------------------------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-1045
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1045
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>            Reporter: Doug Coker
>            Assignee: John Hjelmstad
>
> This request returns a parsed FEED with the Date field set to ms-since-epoch:
> http://www.gmodules.com/gadgets/makeRequest?refresh=3600&url=http%3A%2F%2Fgearsblog.blogspot.com%2Fatom.xml&httpMethod=GET&headers=&postData=&authz=&st=&contentType=FEED&numEntries=3&getSummaries=true&signOwner=true&signViewer=true&gadget=http%3A%2F%2Fcode.google.com%2Fgadgets%2FFeedGadget%2Fgadget.xml&container=code&bypassSpecCache=
> The value of the Date field should be in seconds, not ms.  The legacy _IG_FetchFeedAsJSON() methods parsed dates to seconds-since-epoch, and is documented as such:
> http://code.google.com/apis/gadgets/docs/remote-content.html#Fetch_Feed

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SHINDIG-1045) _IG_FetchFeedAsJSON breaks backward compatibility by returning ms-since-epoch instead of sec-since-epoch

Posted by "John Hjelmstad (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Hjelmstad resolved SHINDIG-1045.
-------------------------------------

    Resolution: Fixed

Resolved in r772018.

> _IG_FetchFeedAsJSON breaks backward compatibility by returning ms-since-epoch instead of sec-since-epoch
> --------------------------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-1045
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1045
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>            Reporter: Doug Coker
>            Assignee: John Hjelmstad
>
> This request returns a parsed FEED with the Date field set to ms-since-epoch:
> http://www.gmodules.com/gadgets/makeRequest?refresh=3600&url=http%3A%2F%2Fgearsblog.blogspot.com%2Fatom.xml&httpMethod=GET&headers=&postData=&authz=&st=&contentType=FEED&numEntries=3&getSummaries=true&signOwner=true&signViewer=true&gadget=http%3A%2F%2Fcode.google.com%2Fgadgets%2FFeedGadget%2Fgadget.xml&container=code&bypassSpecCache=
> The value of the Date field should be in seconds, not ms.  The legacy _IG_FetchFeedAsJSON() methods parsed dates to seconds-since-epoch, and is documented as such:
> http://code.google.com/apis/gadgets/docs/remote-content.html#Fetch_Feed

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.