Microsoft has an extremely limited set of Time Zone functions. This API will allow the full use of Time Zones in your Windows App.
Latest Date & Time Articles
QPerformanceTimer
"Profile" a block of C++ code with just one include file and two variable definitions.
A Timer Application Based on IReferenceClock
Learn about the IReferenceClock interface, which can be used to program a timer with high resolution.
Determining Day of Week
[Update] The issues raised by CodeGuru readers have been addressed. The article has been revised and new source code has been created.
Extended Time Format Functions (with Milliseconds)
Very useful set of time formatting routines that can easily be inserted into your C++ code
Equinox and Solstice Calculation
Calculate the date and time of equinoxes and solstices in a given year (not earlier than 4713 BC). Includes public domain time routine that converts Julian Day numbers to Gregorian and Julian calendar dates.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.