I have written a code to get Dubai current time. But i am getting the system current time in return
below is the code that i have been using
Calendar cal = Calendar.getInstance(TimeZone.getTimeZone(Asia/Dubai)).getTime();
cal.getTime();
cal.getTime() always returns system time.
I am currently in India. so this calendar instance always returns Indian time.
How can I get the Dubai current time