Git Product home page Git Product logo

Comments (5)

ElvenMonky avatar ElvenMonky commented on July 30, 2024 41

Since your string has a Z suffix it is being considered as UTC, even though you're passing a timezone

Is not the purpose of utcToZonedTime to convert UTC time into the time in specific timezone?
First argument should be considered UTC, local time should not be involved at all. Can someone elaborate on how current behavior can be correct?

from date-fns-tz.

SarantopoulosKon avatar SarantopoulosKon commented on July 30, 2024 18

@mateusgrb did you get it to work? It seems i have a similar problem. I want to convert a utc date string 2014-06-25T10:00:00.000Z to Tokyo (GMT+9) so instead of getting 19:00 time i get 16:00 and i believe these 3 hours less have to do with my current timezone which is GMT+3.

from date-fns-tz.

marnusw avatar marnusw commented on July 30, 2024 13

You can use parseJSON from date-fns to convert the ISO date string to a Date first.

from date-fns-tz.

hstom avatar hstom commented on July 30, 2024

Since your string has a Z suffix it is being considered as UTC, even though you're passing a timezone

from date-fns-tz.

IgnacioYanjari avatar IgnacioYanjari commented on July 30, 2024

@ElvenMonky here is the explanation on how it works #26 (comment)

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.