alan-turing-institute / DTBase

A starting point from which digital twins can be developed.
MIT License
11 stars 4 forks source link

Support datetime as a data type for sensor readings and model results #186

Open mhauru opened 7 months ago

mhauru commented 7 months ago

@rmward61 ran into a case where she would have needed this, and I can imagine others will come up. The current workaround would be to use either strings in the ISO format or ints as epoch-based timestamps.

The database schema overhaul, #131, would take care of this.