Skip Menu |

This queue is for tickets about the Acme-PM-Berlin-Meetings CPAN distribution.

Report information
The Basics
Id: 61077
Status: resolved
Priority: 0/
Queue: Acme-PM-Berlin-Meetings

People
Owner: Nobody in particular
Requestors: RENEEB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Hi Slaven, findet das Dezember-Treffen wirklich im Januar statt? jars@jars-desktop:~$ perl -MAcme::PM::Berlin::Meetings -e 'print "$_\n" for next_meeting(6);' 2010-09-29T20:00:00 2010-10-27T20:00:00 2010-11-24T20:00:00 2011-01-05T20:00:00 2011-01-26T20:00:00 2011-02-23T20:00:00 - Renée
On 2010-09-05 03:33:10, RENEEB wrote: Show quoted text
> Hi Slaven, > > findet das Dezember-Treffen wirklich im Januar statt? > > jars@jars-desktop:~$ perl -MAcme::PM::Berlin::Meetings -e 'print
"$_\n" Show quoted text
> for next_meeting(6);' > 2010-09-29T20:00:00 > 2010-10-27T20:00:00 > 2010-11-24T20:00:00 > 2011-01-05T20:00:00 > 2011-01-26T20:00:00 > 2011-02-23T20:00:00
Ja, so ist es tatsächlich, alte Tradition: zwischen den Jahren sind viele nicht da oder anderweitig beschäftigt, so dass wir das Dezember- Treffen normalerweise in der ersten Januar-Woche machen. Das war 2011 auch so. Gruß, Slaven Show quoted text
> - Renée
Show quoted text
> Ja, so ist es tatsächlich, alte Tradition: zwischen den Jahren sind > viele nicht da oder anderweitig beschäftigt, so dass wir das Dezember- > Treffen normalerweise in der ersten Januar-Woche machen. Das war 2011 > auch so. > > Gruß, > Slaven
This year (2013) the meeting is scheduled for the 2nd Wednesday, Jan 9th, thus the Algorithm must be broken. Bernhard
Show quoted text
> The algorithm was changed in the last release, see > http://search.cpan.org/diff?from=Acme-PM-Berlin-Meetings- > 201008.26&to=Acme-PM-Berlin-Meetings- > 201212.19#lib/Acme/PM/Berlin/Meetings.pm
Aha. But it is still broken. Today is 2013-01-08, the next meeting is tomorrow, but A:P:B:M claims: perl -MDateTime -MAcme::PM::Berlin::Meetings -E 'say Acme::PM::Berlin::Meetings::next_meeting_dt(DateTime->new(year => 2013, month => 1, day => 1, time_zone => "local"))'
On 2013-01-08 03:55:39, GRAF wrote: Show quoted text
> > The algorithm was changed in the last release, see > > http://search.cpan.org/diff?from=Acme-PM-Berlin-Meetings- > > 201008.26&to=Acme-PM-Berlin-Meetings- > > 201212.19#lib/Acme/PM/Berlin/Meetings.pm
> > Aha. > But it is still broken. > Today is 2013-01-08, the next meeting is tomorrow, but A:P:B:M claims: > > perl -MDateTime -MAcme::PM::Berlin::Meetings -E 'say > Acme::PM::Berlin::Meetings::next_meeting_dt(DateTime->new(year => 2013, > month => 1, day => 1, time_zone => "local"))'
Fixed in 201501.02 (the old version used to show the wrong meeting date also today).