GithubHelp home page GithubHelp logo

Comments (4)

kunalb avatar kunalb commented on August 19, 2024

It's probably because of the difference in the server time and your local time. If you want to try switching to WordPress's time, you could try modifying line 433, ep/models/events.php fn registration_status. Swap the calls to time() with current_time() and it should start taking comparing in terms of the offset you've set in your WordPress installation.

from eventpress.

jkus avatar jkus commented on August 19, 2024

Replaced all values ​​time () at current_time () and got this result (((
Warning: Missing argument 1 for current_time(), called in Z:\home\localhost\www\WP\wp-content\plugins\eventpress\models\events.php on line 447 and defined in Z:\home\localhost\www\WP\wp-includes\functions.php on line 59

from eventpress.

kunalb avatar kunalb commented on August 19, 2024

Sorry—I had the function wrong. It needs an argument 'timestamp'.

Try replacing the times() with current_time( 'timestamp' )

from eventpress.

jkus avatar jkus commented on August 19, 2024

I put the value current_time ('timestamp'), but nothing has changed - the time of registration and eventa shifted to 3:00 ahead!

from eventpress.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.