If full time format, don't abbreviate the time zone.
This commit is contained in:
parent
44fcb75e77
commit
40b6c14db7
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user