Python datetime floor hingga jam

now = datetime.now()
now_hour_floor = now.replace(microsecond=0, second=0, minute=0)
Space Scooter