diff --git a/src/Composers/TimezoneLocaleComposer.php b/src/Composers/TimezoneLocaleComposer.php index a9ac5d91..c46246ae 100644 --- a/src/Composers/TimezoneLocaleComposer.php +++ b/src/Composers/TimezoneLocaleComposer.php @@ -49,7 +49,6 @@ class TimezoneLocaleComposer // Lets sample the time there right now $time = new DateTime(null, new DateTimeZone($timezone)); - // Us dumb Americans can't handle millitary time $ampm = $time->format('H') > 12 ? ' ('.$time->format('g:i a').')' : ''; // Remove region name and add a sample time