If full time format, don't abbreviate the time zone.

This commit is contained in:
John Scipione 2012-04-09 20:49:35 -04:00
parent 44fcb75e77
commit 40b6c14db7

View File

@ -478,8 +478,10 @@ BFormattingConventions::GetTimeFormat(BTimeFormatStyle style,
}
}
if (style != B_FULL_TIME_FORMAT) {
// use abbreviated timezone in short timezone format
CoerceFormatToAbbreviatedTimezone(outFormat);
}
fCachedTimeFormats[style] = outFormat;