gordon-cs / Project-Phoenix

The Electronic Room Condition Inventory
0 stars 0 forks source link

DateTime is misleading #153

Closed superpowers11 closed 7 years ago

superpowers11 commented 7 years ago

This was something I thought about awhile ago, but never submitted an issue. The time of a signature is always set to 12:00 AM which could be a little confusing for users. Not a big deal, but something that we might as well make accurate, if we are going to display it. It should be a quick fix

eanyanwu commented 7 years ago

So the database column is of time "date", so it doesn't store time info. The c# type is Datetime, so when it converts and doesn't see time info, my guess is that it defaults to "12:00 AM". The easiest thing I think would be to omit the time entirely.

superpowers11 commented 7 years ago

Closed with #165