In my web page user created the account with setting the time zone as MST. when user login from IST time zone it displaying IST time but it has to display MST timezone. So, I want to convert IST timezone to MST timezone.
Asked
Active
Viewed 135 times
0
-
Did you try googling this? It's a good idea to update the question with what have you tried and what doesn't seem to be working for you. – divyanshm Nov 14 '18 at 13:59
-
1Possible duplicate of [Timezone conversion](https://stackoverflow.com/questions/6567923/timezone-conversion) – Jon Sampson Nov 14 '18 at 14:05
-
Considering that your data is Timezone dependant, I *assume* you therefore are using `datetimeoffset`, as you aren't storing your values as UTC? – Thom A Nov 14 '18 at 15:52