Wondering if I should remove the time data normally stored. We're using postgres and node.js where a DateTime would get returned from our API as:
2013-07-01T00:00:00.000Z
Yet since this field should only represent a date, I feel reformatting before return like this would make it more clear that time is not relevant:
2013-07-01
Thoughts?
As an API user, I would much rather receive the long form of a date.
For a few reasons: