以下のコードを実行した時、`day_value`に格納される値は何ですか? ```ruby time = Time.new(2025, 5, 13, 15, 30, 45) day_value = time.day ```