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
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 "today" ,"It is now %T on %b %e, %Y.\n");
use Date::Manip;
print &UnixDate(
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