Moment.js guess timezone is temporarily loading UTC then switching to the correct timezone.
I've narrowed it down to what seems to be that webpack is loading the bundle.js
file first before moment.tz.guess()
gets the correct timezone.
Look at the loading time, and see how the timezone changes after bundle.js
has completed loading.
Any ideas how to resolve this? Kinda out of it today :/