Current time
-
Anybody out there know how can I get the current GMT from a website such as worldtimeserver.com using CInternetSession?? I need a reliable timestamp that is not attached to the user's system time. Any tips would be appreciated! Its always 4:20 somewhere!
-
Anybody out there know how can I get the current GMT from a website such as worldtimeserver.com using CInternetSession?? I need a reliable timestamp that is not attached to the user's system time. Any tips would be appreciated! Its always 4:20 somewhere!
This would be an excellent example of a web resource provider! You can use this framework to write it. /ravi "There is always one more bug..." http://www.ravib.com ravib@ravib.com
-
Anybody out there know how can I get the current GMT from a website such as worldtimeserver.com using CInternetSession?? I need a reliable timestamp that is not attached to the user's system time. Any tips would be appreciated! Its always 4:20 somewhere!
try this http://www.time.gov/timezone.cgi?GMT/d/0/ When I did this from their web page, it looked like the GMT is simply used for display purposes. the 0 is used as an offset from GMT. E.G. PDT is -8. Hope this helps, Bill