Should my app store durations in seconds?
I'm building an application that keeps track of events. It makes more sense to store one date, which is when the event begins, and the duration of that event. Now, events will never need to be tracked down to the second, but for some reason I have this itching feeling that it should store the duration of these events in seconds in the DB as INT fields, as opposed to storing the minutes.
Is my gut telling me a good thing to go for seconds? Or should I be realistic and go with minutes because that's all my application needs? I'd love to hear some different opinions on this.
Thanks,
Adam Bellas
