How to display datetime format as per specific timezone.
24-02-2018 07:30:00
Means If one timezone date read as DD-MM-YY and in another It read as MM-DD-YY then how to show date as per timezone
I only have timezone name with me, I wanted to send email with few details. In that email one field is 'Last Updated time' So depending upon timezone I want to set that field in specific format, So In short I need way to get Culture code from TimeZone, Is it possible?