ubc-systopia / Indaleko

Indaleko Project
GNU Affero General Public License v3.0
0 stars 1 forks source link

Timestamp objects in IndalekoObject #57

Open fsgeek opened 1 month ago

fsgeek commented 1 month ago

The change to a data model driven approach means that we're passing along a date object instead of a string timestamp. Right now, this is done in the two local ingesters (Windows/Linux) but likely will break the others, so the handling of string versus timestamp really should be done in the IndalekoObject constructor.