Comment 1 for bug 574116

Revision history for this message
Greg L (gletal) wrote : Re: Mythweather only updates once a day

I think the problem might be with perl, not with the mythweather script. I made a short script copied off the web:

#!/usr/bin/perl
use Date::Manip;
print &UnixDate("today","It is now %T on %b %e, %Y.\n");

and when run, it gives:

It is now 00:00:00 on May 3, 2010.

So, the script thinks it is midnight, even though it isn't. Any suggestions?

Thanks