Giter Club home page Giter Club logo

Comments (7)

luiscoms avatar luiscoms commented on June 10, 2024

I've teste with Eve==2.0.2 too, same problem

from eve.

nicolaiarocci avatar nicolaiarocci commented on June 10, 2024

This is intended behavior, see this for the reasoning around it.

from eve.

luiscoms avatar luiscoms commented on June 10, 2024

Ok, but Eve set UTC time here, does not make sense to remove tzinfo

from eve.

nicolaiarocci avatar nicolaiarocci commented on June 10, 2024

Hmm, that's the oplog push code, and in a conditional branch only executed when the last update info not available. Furthermore, it's set at UTC precisely because all last_updates must be timezone-less (see my link above.)

from eve.

luiscoms avatar luiscoms commented on June 10, 2024

It was only an example code, here another example.
Why _create field, that is a Date field equals to _updated on MongoDB should be timezone-less?

from eve.

luiscoms avatar luiscoms commented on June 10, 2024

A possible fix is

- updates[config.LAST_UPDATED] = datetime.utcnow().replace(microsecond=0)
+ updates[config.LAST_UPDATED] = datetime.utcnow().replace(microsecond=0, tzinfo=timezone.utc)

from eve.

nicolaiarocci avatar nicolaiarocci commented on June 10, 2024

Feel free to submit a PR, I'll be happy to review it.

from eve.

Related Issues (20)

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.