()
| 872 | # `cert_time_to_seconds()` should be locale independent |
| 873 | |
| 874 | def local_february_name(): |
| 875 | return time.strftime('%b', (1, 2, 3, 4, 5, 6, 0, 0, 0)) |
| 876 | |
| 877 | if local_february_name().lower() == 'feb': |
| 878 | self.skipTest("locale-specific month name needs to be " |