Git Product home page Git Product logo

Comments (7)

CaptainJeff avatar CaptainJeff commented on August 14, 2024 2

Same issue happening for me in react native

from date-fns-tz.

toduyemi avatar toduyemi commented on August 14, 2024 2

I just had this error thrown. After wrestling with it for hours and tracing the issue to the same line as OC, I realized/found the problem was not with my timezone parameter, but with my date string (the first parameter) which was a string. I don't know why this error was getting thrown in my case, but it was very misleading for the error to flag where it did with the message it did. After changing to a UTC epoch timestamp (number), I haave has zero problems, including the timezones all of the above commenters have listed.

from date-fns-tz.

sathishdevelops avatar sathishdevelops commented on August 14, 2024

Still facing the same issue for this Timezone: Asia/Kolkata, Any update or workaround for this?

from date-fns-tz.

tao-qian avatar tao-qian commented on August 14, 2024

We are having the same issue in React Native for Asia/Kolkata

from date-fns-tz.

tao-qian avatar tao-qian commented on August 14, 2024

After doing some research, my impression is that Intl.DateTimeFormat is system specific, and the Asia/Kolkata issue only happens on iOS (at least based on the errors we have seen in Sentry).

Based on facebook/hermes#1100, we decided to manually map Asia/Kolkata to Asia/Calcutta in our code before passing the timezone to date-fns-tz. And that seemed to have helped.

from date-fns-tz.

gabs-passarinho-garcia avatar gabs-passarinho-garcia commented on August 14, 2024

Here we are having the same issue with America/Sao_Paulo and America/Cuiaba timezones

from date-fns-tz.

brianpooe avatar brianpooe commented on August 14, 2024

having the same issue with Africa/Johannesburg

from date-fns-tz.

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.