Month, textual, long; e.g. 'January
(self)
| 223 | return MONTHS_ALT[self.data.month] |
| 224 | |
| 225 | def F(self): |
| 226 | "Month, textual, long; e.g. 'January'" |
| 227 | return MONTHS[self.data.month] |
| 228 | |
| 229 | def I(self): # NOQA: E743, E741 |
| 230 | "'1' if daylight saving time, '0' otherwise." |
no outgoing calls