Set microseconds to 999999.
(self)
| 793 | return self.set(microsecond=0) |
| 794 | |
| 795 | def _end_of_second(self) -> Self: |
| 796 | """ |
| 797 | Set microseconds to 999999. |
| 798 | """ |
| 799 | return self.set(microsecond=999999) |
| 800 | |
| 801 | def _start_of_minute(self) -> Self: |
| 802 | """ |