Looking for a filter to modify the months

You can use add_filter('the_time', 'your_function'); or add_filter('the_date', 'your_function'); depending on which function you use in your theme.

tech