View Issue Details

IDProjectCategoryView StatusLast Update
0002969SOGoWeb Calendarpublic2015-01-12 12:05
Reporterftristao Assigned Toludovic  
PriorityhighSeveritytweakReproducibilityalways
Status assignedResolutionopen 
Platform[Server] LinuxOSRHEL/CentOSOS Version6
Product Version2.2.9a 
Summary0002969: Week view shows wrong start date at week that DST change occurs
Description

Hi. I'm trying to implement SOGo, but there is one thing that's breaking the job.
The view of calendar on a week that occurs a daylight saving time change gets wrong.
In Brazil, it's happening in week 43 (my Timezone is America/Sao_Paulo). Just as i open the calendar page on that week, i see that this week starts on saturday (not sunday as the others). And if i try next week, it just does not work. If i try previous week, it takes me to the 41 week.

Steps To Reproduce

Change Timezone on server to America/Sao_Paulo
Change client timezone to America/Sao_Paulo
go to 43 week
it shows Saturday at the beginning of week (it should be Sunday)
go forward (next): it stays at 43
go backward (previous): it goes to 41

Additional Information

i already have this problem with a php webclient. the function next().day on a day that a DST change occurs return the same day on the first call, just on the second it goes to new day (one day ends at 11 PM and the other begins at 11PM).

TagsNo tags attached.

Activities

ftristao

ftristao

2014-10-27 10:51

reporter  

webcal.png (74,338 bytes)   
webcal.png (74,338 bytes)   
ftristao

ftristao

2014-10-30 12:47

reporter   ~0007639

as a workaround, i did make a change on my timezone. Since the problem occurs when the DST starts at 0h, i change it to 1h and, this way, it works fine.

ludovic

ludovic

2015-01-09 21:14

administrator   ~0008045

Can you still reproduce the issue with 2.2.13?

ftristao

ftristao

2015-01-12 12:05

reporter   ~0008054

Yes. The issue is just the same. The week when a DST occurs is wrong and so the effects on the next and previous bottons.

Issue History

Date Modified Username Field Change
2014-10-27 10:51 ftristao New Issue
2014-10-27 10:51 ftristao File Added: webcal.png
2014-10-30 12:47 ftristao Note Added: 0007639
2015-01-09 21:14 ludovic Note Added: 0008045
2015-01-09 21:14 ludovic Assigned To => ludovic
2015-01-09 21:14 ludovic Status new => feedback
2015-01-09 21:14 ludovic Severity major => tweak
2015-01-12 12:05 ftristao Note Added: 0008054
2015-01-12 12:05 ftristao Status feedback => assigned