Symfony\Component\Routing\Route {#1572
  -path: "/system/timezone/{abbreviation}/{offset}/{is_daylight_saving_time}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:4 [
    "_controller" => "\Drupal\system\Controller\TimezoneController::getTimezone"
    "abbreviation" => ""
    "offset" => -1
    "is_daylight_saving_time" => null
  ]
  -requirements: array:4 [
    "_access" => "TRUE"
    "abbreviation" => "0|([A-Z]{3,5})"
    "offset" => "\-?\d+"
    "is_daylight_saving_time" => "\-1|0|1"
  ]
  -options: array:3 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "utf8" => true
    "_access_checks" => array:1 [
      0 => "access_check.default"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1573
    -variables: array:3 [
      0 => "abbreviation"
      1 => "offset"
      2 => "is_daylight_saving_time"
    ]
    -tokens: array:4 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "\-1|0|1"
        3 => "is_daylight_saving_time"
        4 => true
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "\-?\d+"
        3 => "offset"
        4 => true
      ]
      2 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "0|(?:[A-Z]{3,5})"
        3 => "abbreviation"
        4 => true
      ]
      3 => array:2 [
        0 => "text"
        1 => "/system/timezone"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/system/timezone(?:/(?P<abbreviation>0|(?:[A-Z]{3,5}))(?:/(?P<offset>\-?\d+)(?:/(?P<is_daylight_saving_time>\-1|0|1))?)?)?$}sDu"
    -pathVariables: array:3 [
      0 => "abbreviation"
      1 => "offset"
      2 => "is_daylight_saving_time"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 3
    #patternOutline: "/system/timezone"
    #numParts: 5
  }
}