i have data in local time (according to Pakistan standard time )
Like
---------
sno name Date_Time
1 abc 10-Jan-2012 4:29
2 abc 10-Jan-2012 6:29
---------
i have to show data of "Date_Time" according to user standard time
suppose if any user login to India
it should show " Date_Time " according to their standard
as Data Store In Database on " 10-Jan-2012 4:29 "
but there are half hour difference between Pakistan and
India
so it should be showed
" 10-Jan-2010 4:59 " for Indian User Instead of this " 10-Jan-2010 4:29"
as Pakistani User Login so it should show this
" 10-Jan-2010 4:29 " and so on for others user
Loading
VulpesPosted Jan 10, 2012, 6:53 AM
Satyapriya NayakPosted Jan 10, 2012, 6:39 AM
Please refer the below link
http://www.codeproject.com/KB/aspnet/Remote_Time_Zone.aspx
Thanks
VulpesPosted Jan 10, 2012, 6:37 AM
http://msdn.microsoft.com/en-us/library/bb382770.aspx