}
}
@NotNull
static String getMacTimeFormat(final int type, @NotNull final DateType dateType) {
final ID autoReleasePool = Foundation.invoke("NSAutoreleasePool", "new");
try {
final ID dateFormatter = Foundation.invoke("NSDateFormatter", "new");
Foundation.invoke(dateFormatter, Foundation.createSelector("setFormatterBehavior:"), MacFormatterBehavior_10_4);
int style;
switch (type) {
case DateFormat.SHORT: