Remove comment about being American...

This commit is contained in:
James Brooks
2015-01-16 10:46:45 +00:00
parent 4e454130da
commit e3e213a552

View File

@@ -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