diff options
author | Teemu Pòˆntelin <teemu@vaadin.com> | 2014-08-17 23:24:28 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-08-20 12:44:15 +0000 |
commit | 2003a71fcd970455d98d8f490158d2daf89d641d (patch) | |
tree | 1739b76706ac6537453df71a8630b41d0941d93e /server | |
parent | 849894ae8d61cea654e25533be175a2173679921 (diff) | |
download | vaadin-framework-2003a71fcd970455d98d8f490158d2daf89d641d.tar.gz vaadin-framework-2003a71fcd970455d98d8f490158d2daf89d641d.zip |
Fixed incorrect week numbers in DateField (#14437)
Daylight saving time caused problems with the week number calculation
in the DateTimeService.getISOWeekNumber(Date d) method. If the given
date was inside a DST period, there was a rounding error when calculating
the number of days from the beginning of the year. As a result the week
numbers were calculated incorrectly in a case where the year started with
a Thursday (like for example 2015 and 2026).
Change-Id: Ib3d045ea0b9a1acc44b6f28487b064b3c2b76bb9
Diffstat (limited to 'server')
0 files changed, 0 insertions, 0 deletions