Giter Club home page Giter Club logo

Comments (2)

bejoinka avatar bejoinka commented on September 23, 2024

this issue appears to be resolved. i'm confused, though, because the function in DateSchema is the same as the stringDate function that was in generic.zod.ts.

I'm going to close this ticket for now. Would appreciate five minutes of review from @michal-grzelak just to confirm. Thank you!

from awell-extensions.

michal-grzelak avatar michal-grzelak commented on September 23, 2024

@bejoinka

TLDR: It's just a local issue I fixed by forcing jest to always run in the UTC timezone.

I can explain because I stumbled upon it too. It is the cause when you test it locally. When you test locally, jest by default takes the timezone of the local computer. When deployed, all servers are always set up to use UTC/GMT timezone, hence there is no problem.
See jest.config.js, in the last PR I added

// Make sure jest runs with UTC TZ (to avoid failed tests locally)
process.env.TZ = 'UTC'

So that jest is always run with UTC timezone. Without it, every person from different country in that project would get different test result.

from awell-extensions.

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.