You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The newest packages feed might have timezone issues, which can result in returning old packages instead of the newest ones. For example, at 2024-07-03-13-31+10 I got the following result from the feed: 2024-07-03-13-31+10.zip
containing this example timestamp for publication:
<pubDate>Wed, 03 Jul 2024 01:49:28 GMT</pubDate>
Later I got this feed at 2024-07-04-06-51+10: 2024-07-04-06-51+10.zip, which contained more recent packages as expected. Here is an example timestamp from this feed:
<pubDate>Wed, 03 Jul 2024 20:47:58 GMT</pubDate>
But then I got the following result at 2024-07-04-11-32+10: 2024-07-04-11-32+10.zip that contains packages that are older than the ones obtained previously at 2024-07-04-06-51+10. Here is an example publication timestamp:
<pubDate>Wed, 03 Jul 2024 01:30:29 GMT</pubDate>
So, looks like the most recent feed contains packages that were not really the most recent.
The text was updated successfully, but these errors were encountered:
Hi, this is not a timezone issue and is expected. This could be the case if multiple recent projects were deleted, because our feed just provides the 40 most recently packages at a given time.
The newest packages feed might have timezone issues, which can result in returning old packages instead of the newest ones. For example, at 2024-07-03-13-31+10 I got the following result from the feed: 2024-07-03-13-31+10.zip
containing this example timestamp for publication:
Later I got this feed at 2024-07-04-06-51+10: 2024-07-04-06-51+10.zip, which contained more recent packages as expected. Here is an example timestamp from this feed:
But then I got the following result at 2024-07-04-11-32+10: 2024-07-04-11-32+10.zip that contains packages that are older than the ones obtained previously at 2024-07-04-06-51+10. Here is an example publication timestamp:
So, looks like the most recent feed contains packages that were not really the most recent.
The text was updated successfully, but these errors were encountered: