views:

85

answers:

2

I need to display the time information (IST,GMT,EST) times in my ASP.net web application. Is there any webervices providing these datas. It should be free.

A: 

.NET BCL has pretty much everything you'd need. DateTime and TimeZone classes are your friends.

Anton Gogolev
A: 

Here is a similar question : world clock webservice

Shoban