()
| 953 | # `cert_time_to_seconds()` should be locale independent |
| 954 | |
| 955 | def local_february_name(): |
| 956 | return time.strftime('%b', (1, 2, 3, 4, 5, 6, 0, 0, 0)) |
| 957 | |
| 958 | if local_february_name().lower() == 'feb': |
| 959 | self.skipTest("locale-specific month name needs to be " |