-[Issue #1241](https://github.com/grafana/grafana/issues/1242). Timepicker: New option in timepicker (under dashboard settings), to change ``now`` to be for example ``now-1m``, usefull when you want to ignore last minute because it contains incomplete data
-[Issue #171](https://github.com/grafana/grafana/issues/171). Panel: Different time periods, panels can override dashboard relative time and/or add a time shift
-[Issue #1488](https://github.com/grafana/grafana/issues/1488). Dashboard: Clone dashboard / Save as
-[Issue #1458](https://github.com/grafana/grafana/issues/1458). User: persisted user option for dark or light theme (no longer an option on a dashboard)
**Enhancements**
-[Issue #1366](https://github.com/grafana/grafana/issues/1366). Graph & Singlestat: Support for additional units, Fahrenheit (°F) and Celsius (°C), Humidity (%H), kW, watt-hour (Wh), kilowatt-hour (kWh), velocities (m/s, km/h, mpg, knot)
<labelclass="small">Theme</label><selectclass="input-small"ng-model="dashboard.style"ng-options="f for f in ['dark','light']"ng-change="styleUpdated()"></select>
</div>
<divclass="editor-option">
<labelclass="small">Time correction</label>
<selectng-model="dashboard.timezone"class='input-small'ng-options="f for f in ['browser','utc']"></select>