• I have my WordPress and php.ini timezones set to America/New_York , and phpinfo.php confirms that America/New_York is the PHP server timezone, but Sportspress still indicates that Default timezone is UTC. Sportspress settings as well as WordPress settings are set to America/New_York timezone. “Today” calendars are apparently using UTC time because they show tomorrow’s games after 7 pm, and “This week” calendars are showing next week’s games for some reason, though I’m more interested in getting “Today” working than “this week.”

    What could be the cause of these issues?

    SP 1.5

    https://www.ads-software.com/plugins/sportspress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter amtino

    (@amtino)

    Problem still not resolved. I have confirmed I am editing the correct php.ini file. Everything else on my site seems to be using New York time except SportsPress.

    After 7 p.m. EST, the following event list calendar flips over to show the next day’s games: https://basketballnight.com/calendar/todays-games/ . This is what I’m trying to fix.

    ### Environment ###
    
    Home URL:                https://basketballnight.com
    Site URL:                https://basketballnight.com
    SP Version:              1.5
    WP Version:              4.0.1
    WP Multisite Enabled:    No
    Web Server Info:         Apache
    PHP Version:             5.4.34
    WP Memory Limit:         64 MB
    WP Debug Mode:           No
    WP Language:             Default
    WP Max Upload Size:      50 MB
    PHP Post Max Size:       50 MB
    PHP Time Limit:          30
    PHP Max Input Vars:      1000
    SUHOSIN Installed:       No
    Default Timezone:        Default timezone is UTC
    fsockopen/cURL:          Your server has fsockopen and cURL enabled.
    SOAP Client:             Your server has the SOAP Client class enabled.
    
    ### Plugins ###
    
    Installed Plugins:       Akismet by Automattic version 3.0.3
                             Custom Fields In RSS by Frank Seidel version 1.0
                             Custom Post Type RSS feed by Jonathan Harris version 2.0.0
                             Ensemble Video by Sam Margulies version 1.0.1
                             Feed Wrangler by Ivan Kanevski version 0.3.2
                             Google Analyticator by Video User Manuals Pty Ltd version 6.4.8
                             Google Analytics by Yoast by Team Yoast version 5.2.3
                             Hello Dolly by Matt Mullenweg version 1.6
                             Jetpack by WordPress.com by Automattic version 3.2.1
                             JM Twitter Cards by Julien Maury version 5.4
                             JW Player 6 Plugin for WordPress by LongTail Video Inc. version 2.1.9
                             Marquee Style RSS News Ticker by Brian Novotny - Creative Software Design Solutions version 3.2.0
                             Ninja Forms by The WP Ninjas version 2.8.11
                             Reveal IDs by Oliver Schl?be version 1.4.5
                             SI CAPTCHA Anti-Spam by Mike Challis version 2.7.7.4
                             SportsPress by ThemeBoy version 1.5
                             User Role Editor by Vladimir Garagulya version 4.17.3
                             WP-Polls by Lester 'GaMerZ' Chan version 2.67
                             WP to Twitter by Joseph Dolson version 2.9.8
    Plugin Author Brian

    (@brianmiyaji)

    @amtino thanks for your feedback and for sharing the system status. I’ve added this issue to our GitHub project and will be reviewing and testing it for the next update: https://github.com/ThemeBoy/SportsPress/issues/97

    Thread Starter amtino

    (@amtino)

    @brian Thank you. In the meantime I’ve added
    date_default_timezone_set("America/New_York");
    to sportspress.php to fix the issue until the update

    Edit: added location of code insertion

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sportspress using UTC time / "Today" and "This Week" calendars off’ is closed to new replies.