Making WordPress.org

Opened 5 years ago

Closed 5 years ago

#4794 closed defect (bug) (invalid)

last_update key returning invalid date

Reported by: shahariaazam's profile shaharia.azam Owned by:
Milestone: Priority: normal
Component: API Keywords:
Cc:

Description

Just noticed an invalid date format in a Plugin.

GET http://api.wordpress.org/plugins/info/1.2/?action=plugin_information&request[slug]=ah-code-highlighter
JSON Key: last_update
{
   ..
  "last_updated":"-0001-11-30 12:00am GMT"
  ..
}

Change History (1)

#1 @Otto42
5 years ago

  • Resolution set to invalid
  • Status changed from new to closed

That is the result you get from a plugin that was approved but never uploaded. It has no last update date because it has never been updated.

We don't correct those entries in the system, we close them as unused.

Note: See TracTickets for help on using tickets.