The X-axis in the tide plots always uses a users client timezone for formatting dates, while the timezone dates are always using the timezone of the station requested. This causes issues when visualizing stations outside of the user's current timezone.
It seems this is because Plotly has no way to specify what timezone to use in visualization, and always uses the users timezone.
The X-axis in the tide plots always uses a users client timezone for formatting dates, while the timezone dates are always using the timezone of the station requested. This causes issues when visualizing stations outside of the user's current timezone.
It seems this is because Plotly has no way to specify what timezone to use in visualization, and always uses the users timezone.