|
From: Luigi B. <lui...@gm...> - 2011-12-13 10:37:49
|
So the limits should be >= 19 and <= 25, right? Luigi On Wed, Dec 7, 2011 at 10:22 PM, Gary Kennedy <gar...@gm...> wrote: > // Midsummer Eve (Friday between June 18-24) > || (w == Friday && (d >= 18 && d <= 24) && m == June) > > In the Swedish calendar, i think there might be a mistake, is the midsummer > eve not the Friday between June 19-25. > > http://en.wikipedia.org/wiki/Midsummer#Sweden > > I am not an expert on this point, i just noticed it when comparing quantlib > to another system. |