-
Notifications
You must be signed in to change notification settings - Fork 9
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
attempt getting rid date-fns-tz in prod build #32
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Can you elaborate why you prefer going for this variant? Basically you're saying you're trusting browsers to implement If the only reason is not having node 14 available on the (to be deprecated) internal CI, I don't quite see the point. Anyway, I think I am missing some context of internal discussions you're having, from my point of view we're going a bit in circles. |
Hi @neonnoon. Ok let me give some context. It relates to the a recent merged PR actually. The language The only problem with The present PR is nothing but a proposal. If there no need I ll close it. All good. |
Exactly, but then we reverted that. And now we're reverting the revert. Which is why I think we're going in circles. 😄
Again, no strong opinion either way. But I think we should come to a conclusion and an end with this topic eventually. |
@neonnoon Ok. Cool. Thanks for your feedback. Alles i.O. |
✌️ |
…rene_IconFont_Fix to main * commit '6497d514395790165be91ba666697da7797b2dc7': Fix missing 'thumbsUp' icon.
Using @neonnoon approach for converting a date with
time zone A
to date withtime zone B
, using built-in JavaScript utility was a better approach then import third-party lib.