Skip to content
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

formatStringすると強制的にUTCモードにされてしまう #5

Closed
mtane0412 opened this issue Jan 11, 2021 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@mtane0412
Copy link
Owner

formatStringするとUTC考慮されずに時間がずれてるっぽい

https://i.gyazo.com/3e51862174daafb4984a79dfdfca3eec.png

https://i.gyazo.com/128dc80716f8c9dec309b21d102a54c0.png

@mtane0412 mtane0412 added the bug Something isn't working label Jan 11, 2021
@mtane0412
Copy link
Owner Author

mtane0412 commented Jan 12, 2021

わかったこと

  • 内部的にmoment.jsを使っている
  • formatStirng はmomentの.format()を使っているという説明だがその前に .utc() でutcモードにされている
  • .utcOffset() でそこらへんもいい感じにやってくれてよさそうだけど、そういう方向ではないらしい(参考)

対策

  • GraphQLでformatすることを諦めてコンポーネント側でformatする
  • contentfulのutc offset情報を削除する

やったこと

  • contentful側でutcoffset情報を削除した

@mtane0412 mtane0412 changed the title Article Previewの日付がずれる formatStringすると強制的にUTCモードにされてしまう Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant