Summary | daylight saving time error |
Queue | Kronolith |
Queue Version | 4.2.2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | fduarte (at) gmail (dot) com |
Created | 10/07/2014 (3926 days ago) |
Due | |
Updated | 01/22/2016 (3454 days ago) |
Assigned | |
Resolved | 01/22/2016 (3454 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
find the commit. At least I cannot reproduce this anymore with current
code.
New Attachment: kronolith.js
editing the file "kronolith/js/kronolith.js". Where was:
day.next().week();
i put:
var beforeDay = day.getDate();
day.next().week();
if (day.getDate() - beforeDay == 6) {
day.next().day();
}
at two pieces: "// Build new calendar view." and in "buildMinical:
function(...". it works for me.
Priority ⇒ 1. Low
New Attachment: horde-demo.png
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ daylight saving time error
Type ⇒ Bug
State ⇒ Unconfirmed
In Brazil we have daylight saving time +1 October, 18th.
The calendar shows two days 18, and when day 19 is clicked, the
interface shows events of day 18.
When week 43 is clicked, week 42 is showed. It is impossible to create
events at October, 19th.
Steps to reproduce error:
- You can use this windows configuration to reproduce the error
(https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/windows_date_change_time.mspx?mfr=true): timezone "(UTC-03:00) Brasilia" with "Automatically adjust clock for daylight saving changes" check box
selected.
- Access http://demo.horde.org/kronolith/#month (dynamic)