Ok, I passed this info on to Jesse, and his reply was that your snippet had no effect. Here are the deets:
// default formats, they are overridden by WP options or by arguments to date methods
const DATEONLYFORMAT = ‘j F, Y’;
The filter says: $settings[‘same_year_format’] = get_option( ‘date_format’ );
Please go look at the right sidebar at http://www.lcr-lagauche.org to see what I mean.