locSpeed=TimeSeries[db["Data"]["locSpeed"]];locSpeed[[2,1]]=UnitConvert[Quantity[ToExpression[locSpeed[[2,1]]],"m/s"],"mph"];DateListPlot[TimeSeriesWindow[locSpeed,{{2015,03,17,06,50},2015,03,17,08,10}}],Filling->Axis,PlotRange->{Automatic,{0,60}},PlotLabel->"Speed of Commute (mph)",PlotTheme->"Detailed"]