Subject: Re: [Boost-users] handling of daylight saving time...
From: Trevor Harmon (Trevor.W.Harmon_at_[hidden])
Date: 2010-04-30 15:53:30


On Apr 30, 2010, at 8:22 AM, Archie14 wrote:

> My software records time events on the computer and it does it using
> whatever
> timezone and daylight saving time settings are on this computer.

Why not record them in UTC? Seems like that would eliminate the
problem. You could always adjust to the current timezone and DST
settings when it's time to display them.

Trevor