Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from area17/add-tucuman-abbreviation
Browse files Browse the repository at this point in the history
Add `tuc` as Tucuman timezone abbreviation
  • Loading branch information
13twelve authored Mar 17, 2017
2 parents 3bd5a36 + d2f84ed commit 9375b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/_timezones_setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function parseString($str) {
$timezone = "Europe/London";
}

if (preg_match('/(tucumán|tucuman|argentina|ar|art|luis|pablo|bernardo)$/i', $str)) {
if (preg_match('/(tucumán|tucuman|tuc|argentina|ar|art|luis|pablo|bernardo)$/i', $str)) {
$timezone = "America/Argentina/Tucuman";
}

Expand Down

0 comments on commit 9375b53

Please sign in to comment.