mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 01:00:14 -04:00
1. Load all date/datetime values with moment.utc() which doesn't apply current timezone to them. 2. Don't use toLocaleString to format strings (which was converting them to current timezone as well). Ref #411.