You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The slider seems to take into account the client timezone and automatically adjust the bound times accordingly, is there a way to ignore the client timezone?
I'm in the central time zone. I pass in a minimum bound of 3am and as expected, the minimum bound on the slider is 3am. The problem arises when I change the system time on my OS to be in the New York timezone. I pass in the same moment but the mimimim bound is now 4am.
The moment I am passing in is the same in both scenarios. I console.log'd minBound.format('LT') both times and got '3am'.
The text was updated successfully, but these errors were encountered:
The slider seems to take into account the client timezone and automatically adjust the bound times accordingly, is there a way to ignore the client timezone?
I'm in the central time zone. I pass in a minimum bound of 3am and as expected, the minimum bound on the slider is 3am. The problem arises when I change the system time on my OS to be in the New York timezone. I pass in the same moment but the mimimim bound is now 4am.
The moment I am passing in is the same in both scenarios. I console.log'd minBound.format('LT') both times and got '3am'.
The text was updated successfully, but these errors were encountered: