Serbian (Serbia) sr_RS
Based on PHP intl data: ICU 75.1. Data 75.1.
ICU Zone Data #
In PHP you may retrieve this data using the following code:
<?php
$data = ResourceBundle::create('sr_RS', 'ICUDATA-zone');
foreach($data as $name => $value) {
echo "$name: " . print_r($value, true);
}
___ #
<?php
''