Reset the time to 23:59:59.999999.
(self)
| 829 | return self.at(0, 0, 0, 0) |
| 830 | |
| 831 | def _end_of_day(self) -> Self: |
| 832 | """ |
| 833 | Reset the time to 23:59:59.999999. |
| 834 | """ |
| 835 | return self.at(23, 59, 59, 999999) |
| 836 | |
| 837 | def _start_of_month(self) -> Self: |
| 838 | """ |