mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #02085
[Bug 574116] Re: UnixDate broken in Date::Manip in 10.04/Lucid
Developers response from
https://rt.cpan.org/Public/Bug/Display.html?id=57513
If you change the word 'today' to 'now', it will work.
>From the Changes5to6 manual:
The words "today", "tomorrow", and "yesterday" in 5.xx referred to the
time now, 24 hours in the future, and 24 hours in the past respectively.
As of 6.00, these are treated strictly as date strings, so they are the
current day, the day before, or the day after at the time 00:00:00.
The string "now" still refers to the current date and time.
** Bug watch added: CPAN RT #57513
http://rt.cpan.org/Ticket/Display.html?id=57513
** Changed in: libdate-manip-perl (Ubuntu)
Status: Triaged => Won't Fix
--
UnixDate broken in Date::Manip in 10.04/Lucid
https://bugs.launchpad.net/bugs/574116
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
Status in Mythbuntu, Ubuntu derivative focused upon MythTV: Triaged
Status in “libdate-manip-perl” package in Ubuntu: Won't Fix
Bug description:
Hi,
I'm finding that mythweather only updates the first time I check it. For subsequent checks on the same day, it only uses the cached value. I've determined that the problem is that the envcan.pl script for Canada isn't calculating today's time properly, but I don't know perl, and I can't figure out how to fix it.
Further details:
The script command my frontend calls is:
"nice /usr/share/mythtv/mythweather/scripts/ca_envcan/envcan.pl -u SI -d /home/greg/.mythtv/MythWeather/ENVCAN on-118"
which runs without errors. However, when you look in the file it creates, it says
2010-05-02T00:15:00 2010-05-02T00:00:00
%results = ('pressure' => '1003','visibility' => '24.1','copyright' => 'Copy$ ...
The first date/time on the first line is supposed to be the time of the next update. The second date/time is supposed to be the current date/time. If the current time is less than the next update time, the script uses the cached values. However, the script always thinks it is midnight, so it uses the cached value since midnight is before 00:15. Once you reach the next day, the date changes, and it allows another update.
I'm running Mythbuntu 10.04 with all the updates applied. The version of mythweather I'm using is 0.23.0+fixes24269-0ubuntu0+mythbuntu2.
References