-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FormattedMessage is not respecting then timezone #1219
Comments
Trying with and I get:
Maybe you want pastebin your full code or maybe someone can try on your exact react/OS/browser versions.... |
@papasmile It seems, that it does not work still. Pls check real example in codesandbox: https://codesandbox.io/embed/react-intl-test-hzj4v |
Thanks for reporting! We'll take a look asap. |
fixed in master |
Seems to me, that fix is in v3.3.1 , but I think that it still does not work correctly. |
The root of the problem is fixed but there're some issues regarding |
fixed & verified in |
Bug
Expected behavior
When using the
FormattedMessage
Component and pass a date value show the date and time using the TimeZone defined on the Provider (AsFormattedTime
andintl.formatTime
doesCurrent behavior
When Using the component
FormattedMessage
with a date on the message the timezone is not correctStep to reproduce
Your Environment
npm ls react-intl
npm ls react
npm --version
node --version
The text was updated successfully, but these errors were encountered: