View previous topic :: View next topic |
Author |
Message |
Erika
Joined: 24 Dec 2004 Posts: 1
|
Posted: Fri Dec 24, 2004 11:50 pm Post subject: Daylight Savings time? |
|
|
I just recently notices that all of my blogs are an hour ahead, when they were perfectly fine before. I think it has something to do with daylight savings time. Is there a fix for this so all my blogs will have the correct time?
I found this fix:
Quote: |
This is a Daylight Savings time bug.
The fix to correct this is to shift the time start and stop by one hour (the most that can be off) for the "day" calculation and display purpose only. Posts time are not affected. Thus a post at 00:00:01 on the first is correctly handled or on the 31 at 23:59:59. Additionally, April 2003 behaves as expected (spring jump ahead.)
Code:
line 89
$calendarfirst = $calendarblah['start']+1+3600;
line 91
$calendarfirst = $calendarblah['end']-604799+3600;
CVS will be updated.
A special thanks to alex_t_king for your assistance in isolating the nasty.
Michael e
|
but my version already has the fix. Does anyone know a fix for this? Thanks  |
|
Back to top |
|
 |
Cyberian75
Joined: 26 Sep 2002 Posts: 1283 Location: Oregon
|
Posted: Sat Dec 25, 2004 2:10 am Post subject: |
|
|
Go into Options and set the time difference. _________________ Michael P.
 |
|
Back to top |
|
 |
|