Why is it applying the Time (time only) format to a Timestamp (date +
time) field, and how do I rectify this problem?
Timestamp fields are stored in TimeWithZone objects, so are of type
Time and your defaults will apply. You could use strftime to format
those for which the default is not appropriate, or don’t bother with
changing the default, just use strftime always.
Colin
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.