Is there anyway to set the global/default timezone in JS on the browsers side?
E.g. if I have some date that are +1300
and the user is -0800
it converts the times. But I always want to show the times as +1300
.
My application is already very large so I'm hoping I can just set it in one place, otherwise it will involve going though hundreds of lines of code to adjust anywhere a date is used.