-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
when choosing "Chart time scale" Daily the labels look like this:
Mon 13 00h --> Tue 14 00h
Tue 14 00h --> Wed 15 00h
Wed 15 00h --> Tue 16 00h
Problems:
1) One day has 25 hours
2) the daily view should not show hours.
"Mon 13 00h" means "Mon 13th 00h" and not "Mon, 13h00m" (maybe some "th" is missing, but I don't think I have a simple way to handle special cases for internationalization and SimpleDateFormat)
Daily view show hours because of the "~from now" variation (if you select "daily from now", and it is 8am, time scale will be from today 8am to tomorrow 8am whereas "daily" will imply time scale from today 8am to tomorrow 0am)