Hello,
I see that the UPS class doesn't support greek language. I can provide you the details that may help you implement it. So, for greek language there are two options, one for Greece (el_GR) and one for Cyprus (el_CY). Both countries use this date format:
SimpleDateFormat("d/M/y H:m", Locale.US
SimpleDateFormat("d/M/y", Locale.US
Hope it helps :)