assertEquals('5:15pm', $time->Nice()); DBTime::config()->update('nice_format', 'H:i:s'); $this->assertEquals('17:15:55', $time->Nice()); } }