openfoodfacts / openfoodfacts-server

Open Food Facts database, API server and web interface - 🐪🦋 Perl, CSS and JS coders welcome 😊 For helping in Python, see Robotoff or taxonomy-editor
http://openfoodfacts.github.io/openfoodfacts-server/
GNU Affero General Public License v3.0
651 stars 378 forks source link

Obsolete dates should be ISO-8601 #8949

Open CharlesNepote opened 1 year ago

CharlesNepote commented 1 year ago

Currently, dates related to obsolete products are stored as is:

    "obsolete_since_date": "2023/07/01",
    "obsolete_since_date_imported": "2023/07/01"

(Example.)

Since a very long time in Open Food Facts we use ISO-8601 international date format, which tends to be a common international standard in many fields (data science, research, economy, etc.). The dates should be written: 2023-07-01.

Part of

github-actions[bot] commented 10 months ago

This issue has been open 90 days with no activity. Can you give it a little love by linking it to a parent issue, adding relevant labels and projets, creating a mockup if applicable, adding code pointers from https://github.com/openfoodfacts/openfoodfacts-server/blob/main/.github/labeler.yml, giving it a priority, editing the original issue to have a more comprehensive description… Thank you very much for your contribution to 🍊 Open Food Facts