nomic-ai / gpt4all

GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
https://nomic.ai/gpt4all
MIT License
69.58k stars 7.61k forks source link

v3.2.1: localdocs_v2 database: weird timestamps in the "collections" table #2989

Open SINAPSA-IC opened 1 day ago

SINAPSA-IC commented 1 day ago

There seems, to me at least, there's something wrong with the timestamps of a collection's update times: the "start_updatetime and "last_update_time" fields seem to be legit Unix timestamps

Steps to Reproduce

Expected Behavior

Something credible, like year 2024, and the beginning time relatively close (hours, days) to the end time(s).

Your Environment

The ISO 8601 format for datetime is widely used, functional, suggestive/clear, logical, familiar to, like, humans, and handy.

lddb7

SINAPSA-IC commented 1 day ago

lddb8