Skip to content

Commit aa790d3

Browse files
committed
Update timezones (backporting bcit-ci#3444)
1 parent 6495c0a commit aa790d3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

system/language/english/date_lang.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
$lang['UP95'] = '(UTC +9:30) Australian Central Standard Time';
5050
$lang['UP10'] = '(UTC +10:00) Australian Eastern Standard Time, Vladivostok Time';
5151
$lang['UP105'] = '(UTC +10:30) Lord Howe Island';
52-
$lang['UP11'] = '(UTC +11:00) Magadan Time, Solomon Islands, Vanuatu';
52+
$lang['UP11'] = '(UTC +11:00) Srednekolymsk Time, Solomon Islands, Vanuatu';
5353
$lang['UP115'] = '(UTC +11:30) Norfolk Island';
5454
$lang['UP12'] = '(UTC +12:00) Fiji, Gilbert Islands, Kamchatka Time, New Zealand Standard Time';
5555
$lang['UP1275'] = '(UTC +12:45) Chatham Islands Standard Time';

user_guide/changelog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ <h2>Version 2.2.1</h2>
6464
<li>General Changes
6565
<ul>
6666
<li>Improved security in <kbd>xss_clean()</kbd>.</li>
67+
<li>Updated timezones in <a href="helpers/date_helper.html">Date Helper</a>.</li>
6768
</ul>
6869
</li>
6970
</ul>

user_guide/helpers/date_helper.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ <h2>timezone_menu()</h2>
297297
<option value='UP9'>(UTC + 9:00) Osaka, Sapporo, Seoul, Tokyo, Yakutsk</option>
298298
<option value='UP85'>(UTC + 9:30) Adelaide, Darwin</option>
299299
<option value='UP10'>(UTC + 10:00) Melbourne, Papua New Guinea, Sydney, Vladivostok</option>
300-
<option value='UP11'>(UTC + 11:00) Magadan, New Caledonia, Solomon Islands</option>
300+
<option value='UP11'>(UTC + 11:00) Srednekolymsk, New Caledonia, Solomon Islands</option>
301301
<option value='UP12'>(UTC + 12:00) Auckland, Wellington, Fiji, Marshall Island</option>
302302
</select>
303303
</form>
@@ -382,7 +382,7 @@ <h2>Timezone Reference</h2>
382382
</tr><tr>
383383
<td class="td">UP10</td><td class="td">(UTC + 10:00) Melbourne, Papua New Guinea, Sydney, Vladivostok</td>
384384
</tr><tr>
385-
<td class="td">UP11</td><td class="td">(UTC + 11:00) Magadan, New Caledonia, Solomon Islands</td>
385+
<td class="td">UP11</td><td class="td">(UTC + 11:00) Srednekolymsk, New Caledonia, Solomon Islands</td>
386386
</tr><tr>
387387
<td class="td">UP12</td><td class="td">(UTC + 12:00) Auckland, Wellington, Fiji, Marshall Island</td>
388388
</tr>

0 commit comments

Comments
 (0)