how to use that method to returns a new time representing the start of the day (0:00) 134: def beginning_of_day 135: (self - self.seconds_since_midnight).change(:usec => 0) 136: end i'd like to to some like taht if Time.now < modnight do... else do.. end any ideas ?