Posted by mist on January 20, 2013 at 3:04pm
1 follower
| Project: | Date |
| Version: | 7.x-2.6 |
| Component: | Date Field |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
In date.field.inc at line 229:'granularity' => drupal_map_assoc(array('year', 'month', 'day', 'hour', 'minute'))
in my opinion there should be 'granularity' => drupal_map_assoc(array('year', 'month', 'day', 'hour', 'minute','second')),
and also in date_admin.inc in condition which is starting at 324 lineif (in_array($widget['type'], array('date_select', 'date_popup'))) ... there should be also seconds when using 'second' granularity.