Giter Site home page Giter Site logo

Date not changed about symfony-time-machine HOT 3 OPEN

Shotman avatar Shotman commented on June 12, 2024
Date not changed

from symfony-time-machine.

Comments (3)

icanhazstring avatar icanhazstring commented on June 12, 2024

This package does not change the system time.

To get the changed time you have to go through the ClockInterface in any or your service.

That will have a mocked clock with the given time.

from symfony-time-machine.

Shotman avatar Shotman commented on June 12, 2024

Ok but still doesn't work

Code

    public function index(\Symfony\Component\Clock\ClockInterface $clock)
    {
        echo "ClockInterface: ".$clock->now()->format("Y-m-d H:i:s")."<br>";
        echo "New DateTime: ".(new \DateTime())->format("Y-m-d H:i:s")."<br>";
        echo "Cookie: ".print_r($_COOKIE, true)."<br>";
    }

Result

ClockInterface: 2023-09-08 11:56:48
New DateTime: 2023-09-08 13:56:48
Cookie: Array ( [time-machine] => 2022-12-31 23:59:59 )

from symfony-time-machine.

icanhazstring avatar icanhazstring commented on June 12, 2024

Hm ok. Let me check why it's not working as intended. Maybe I missed something.

from symfony-time-machine.

Related Issues (1)

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.