einzige / date_time_attribute

Allows to assign date, time and time zone attributes separately for a DateTime attribute.
44 stars 14 forks source link

Seems like this is throwing away the seconds when using the _time= setter #10

Closed donaldpiret closed 10 years ago

donaldpiret commented 10 years ago

Due to the time.try(:strftime, '%H:%M') inside update_date_time

Any reason behind this?

einzige commented 10 years ago

@donaldpiret ooops, my fault. Will fix that soon.