Fix for timepicker dates and tooltip when UTC timzone is selected,

custom date modal is still local time, Closes #277
This commit is contained in:
Torkel Ödegaard
2014-08-18 13:17:18 +02:00
parent ffd73e8bfb
commit 1a3dac0c17
5 changed files with 28 additions and 12 deletions

View File

@@ -8,6 +8,7 @@
**Fixes**
- [Issue #696](https://github.com/grafana/grafana/issues/696). Graph: Fix for y-axis format 'none' when values are in scientific notation (ex 2.3e-13)
- [Issue #697](https://github.com/grafana/grafana/issues/697). Graphite: Fix for Glob syntax in graphite queries ([1-9] and ?) that made the query editor / parser bail and fallback to a text box.
- [Issue #277](https://github.com/grafana/grafana/issues/277). Dashboard: Fix for timepicker date & tooltip when UTC timezone selected. Closes #277
**Tech**
- Upgraded from angularjs 1.1.5 to 1.3 beta 17;