Skip to content

Commit

Permalink
Merge pull request #1 from clmcavaney/clmcavaney-au-timezone
Browse files Browse the repository at this point in the history
Update admin.php
  • Loading branch information
clmcavaney authored Mar 11, 2021
2 parents e366956 + 26f5a6a commit 224836f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ function yourls_tzp_tz_dropdown( $user_time_zone ) {
'Antarctica' => DateTimeZone::ANTARCTICA,
'Asia' => DateTimeZone::ASIA,
'Atlantic' => DateTimeZone::ATLANTIC,
'Australia' => DateTimeZone::AUSTRALIA,
'Europe' => DateTimeZone::EUROPE,
'Indian' => DateTimeZone::INDIAN,
'Pacific' => DateTimeZone::PACIFIC,
Expand Down

0 comments on commit 224836f

Please sign in to comment.