for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Drupal\Driver\Fields\Drupal7;
/**
* Datetime field handler for Drupal 7.
*/
class DatetimeHandler extends AbstractDateHandler {
* {@inheritdoc}
protected function getDateFormat() {
return 'Y-m-d h:m:s';
}