Reset microseconds to 0.
(self)
| 787 | return cast("Self", getattr(self, f"_end_of_{unit}")()) |
| 788 | |
| 789 | def _start_of_second(self) -> Self: |
| 790 | """ |
| 791 | Reset microseconds to 0. |
| 792 | """ |
| 793 | return self.set(microsecond=0) |
| 794 | |
| 795 | def _end_of_second(self) -> Self: |
| 796 | """ |