I want to get a list of all timezones.
When I use DateTimeZone::listIdentifiers()
I get a list,
And when I use DateTimeZone::listAbbreviations() I get a list with different entries.
Each list has values that are not in the second list. How to get a complete list?
Why is there a difference between the two functions?