Git Product home page Git Product logo

Comments (5)

Pustelto avatar Pustelto commented on July 30, 2024 6

This actually seems like problem with tzParseTimezone function. I have tried to check it's regexp pattern for timezoneIANA and it is not picking up the Etc.

Snímek obrazovky 2021-02-04 v 13 43 17

from date-fns-tz.

marnusw avatar marnusw commented on July 30, 2024

findTimeZone('Etc/GMT-6') from require('timezone-support') confirming that timezone exists.

Please see if you can get this time zone to work with Intl.DateTimeFormat directly on the platform(s) you are targeting. If that fails then there is nothing to be done in date-fns-tz at the moment because it simply uses Intl.DateTimeFormat without any other checks.

date-fns: v.1.30.1

This library was designed for use with date-fns v2. There is no guarantee it will work as expected with v1. (Although that does not seem to be the issue in this particular case.)

from date-fns-tz.

zitniak avatar zitniak commented on July 30, 2024

Thanks, sorry I am using date-fns:"2.8.1" (I wrongly copy-pasted the version, I fixed my description).

I've tried:

var date = new Date(Date.UTC(2019, 11, 26, 10, 0, 0));
var expectedResult = Intl.DateTimeFormat(undefined, {
    'Etc/GMT+6'
}).format(date);

It throws the error: RangeError: Expected Area/Location(/Location)* for time zone, got Etc/GMT+6

Now I believe the zonedTimeToUtc should throw at least an error too, because the error is hidden.

BTW Moment.js handles moment.tz('2019-11-26T10:00:00', 'Etc/GMT+6') correctly, it returns 2019-11-26T16:00:00.000Z

from date-fns-tz.

nilamsavani avatar nilamsavani commented on July 30, 2024

Facing same problem. Any solution?

from date-fns-tz.

NellyHayrapetyan avatar NellyHayrapetyan commented on July 30, 2024

findTimeZone('Etc/GMT-6') from require('timezone-support') confirming that timezone exists.

Please see if you can get this time zone to work with Intl.DateTimeFormat directly on the platform(s) you are targeting. If that fails then there is nothing to be done in date-fns-tz at the moment because it simply uses Intl.DateTimeFormat without any other checks.

date-fns: v.1.30.1

This library was designed for use with date-fns v2. There is no guarantee it will work as expected with v1. (Although that does not seem to be the issue in this particular case.)

@marnusw I tried to do this utcToZonedTime(1581509131067, 'Etc/GMT-6'))
It returns Wed Feb 12 2020 12:05:31 (ignoring the given timezone),

Here is the Intl.DateTimeFormat implementation

Intl.DateTimeFormat(undefined, {
      year: 'numeric',
      month: 'numeric',
      day: 'numeric',
      hour: 'numeric',
      minute: 'numeric',
      second: 'numeric',
      timeZone: 'Etc/GMT-6',
    }).format(1581509131067)

which understands the timezone and returns 2/12/2020, 6:05:31 PM

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.