This is a discussion on Daylight Savings Time - update? within the MySQL Database forums, part of the Database Forums category; Hello- I am running MySQL 4.1 on Windows Server 2003. I know I need to update the O/S ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Feb 6, 4:00 pm, "Steve" <leat...@gmail.com> wrote:
> Hello- > > I am running MySQL 4.1 on Windows Server 2003. I know I need to > update the O/S with the daylight savings time patch. > > However, is there also a patch/update specific to MySQL 4.1 for > daylight savings time? > > Thanks, > > Steve Anyone have an answer? I was looking on MySQL's website, but don't see anything. It seems like there would have to be a programming update so that it could accurately calculate elapsed time from before the time change to afterwards, but the question is, which versions have this change? |
|
|||
|
>> I am running MySQL 4.1 on Windows Server 2003. I know I need to
>> update the O/S with the daylight savings time patch. >> >> However, is there also a patch/update specific to MySQL 4.1 for >> daylight savings time? >> >> Thanks, >> >> Steve > >Anyone have an answer? I was looking on MySQL's website, but don't >see anything. It seems like there would have to be a programming >update so that it could accurately calculate elapsed time from before >the time change to afterwards, but the question is, which versions >have this change? I would expect that MySQL would use the OS-supplied localtime() and mktime() routines in a shared library somewhere, which would be updated when you apply the OS patch. Therefore, no MySQL-specific patch is required. |