// SPDX-FileCopyrightText: 2004-2023 Ryan Parman, Sam Sneddon, Ryan McCue
// SPDX-License-Identifier: BSD-3-Clause
namespace SimplePie\Parse;
* List of days, calendar day name => ordinal day number in the week
* @var array<string, int<1,7>>
// AFAIK no short form for sonnabend
* List of months, calendar month name => calendar month number
* @var array<string, int<1,12>>
// 'mai' => 5, // no short form for may
* List of timezones, abbreviation => offset from UTC
* @var array<string, int>