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 $dateFormat = 'Y-m-d H:i:s';
}