Skip to content

Commit

Permalink
Merge pull request #4 from clmcavaney/master
Browse files Browse the repository at this point in the history
Adding Australia timezone group
  • Loading branch information
ozh authored Mar 11, 2021
2 parents e366956 + 224836f commit a28cc48
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 a28cc48

Please sign in to comment.