• Hello,

    I am note this hungryfeed maybe show posted article times wrong if I use date format d.m.Y G:i in hungryfeed code? I think it show time like three hours wrong for me. Time is now in Finland 14:44 and that script show just now posted article times for 11:44 ? Why? I am ask too my server hosted if they have time wrong but they said servers are right times.

    http://wordpress.org/extend/plugins/hungryfeed/

    [ Please do not bump your support threads. They will be deleted ]

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m having this issue as well. Mine is 12 hours out.

    I’ve tried the feed (showing incorrect time/date in Hungryfeed) in Google reader and it displayed the time and date accurately so i’m wondering if its an issue with Hungryfeed?

    Any ideas?

    Thanks

    I am also having this problem. I know it is an error because Hungryfeed is displaying a UTC timezone but I am unsure how to fix it. Any luck fixing your timezone feed issues? Thanks!

    I think I found an answer to this issue. Go into plugins > editor > hungryfeed and change the hungryfeed.php

    Add a line like this:

    date_default_timezone_set('America/New_York');

    Where I’ve written America/New_York find the timezone that works for you here: http://php.net/manual/en/timezones.php

    If you update the plugin it will overwrite this code and you will need to re-add it.

    Plugin Contributor Jason

    (@verysimple)

    Just to repeat what I mentioned in the other post on this topic, adding the date_default_timezone_set line to your wp-config.php file would be a better choice. That way it will never be overwritten when upgrading either the plugin or WordPress.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘HungryFEED Show wrong time?’ is closed to new replies.