cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
how to get the computer setting of time
how to get the computer setting of time zone
Jun 14, 2009 at 9:59pm UTC
chiwing
(154)
how to get the computer setting of time zone ?
GMT +4, GMT -6 etc
Jun 15, 2009 at 12:27am UTC
Duthomhas
(13201)
Win32:
GetTimeZoneInformation
()
http://www.google.com/search?btnI=1&q=msdn+GetTimeZoneInformation
http://www.imc.org/ietf-calendar/archive1/msg00459.html
Standard C
http://www.cplusplus.com/reference/clibrary/ctime/
http://stackoverflow.com/questions/761791/converting-between-local-times-and-gmt-utc-in-c-c
Hope this helps.
Topic archived. No new replies allowed.