<ZonedDateTime localized format> I want to display...
# stackoverflow
u
ZonedDateTime localized format I want to display ZonedDateTime in format like 11.10.2022 13:30 (GMT+2) / 11.10.2022 01:30 PM (GMT+2) depending on device settings. So far I have done something similar using formatDateTime function from DateUtils class, but this function doesn't display (GMT+2) It takes time in milliseconds as a argument. How can I do this with ZonedDateTime?