class DateTime

def now_with_mock_time

def now_with_mock_time
  mock_time || now_without_mock_time
end