itsdrnoob / DataMonitor

Data usage monitoring app for android.
GNU General Public License v3.0
532 stars 50 forks source link

For the "This week's overview" chart, exactly when does the new week start? #189

Closed dln949 closed 1 year ago

dln949 commented 1 year ago

For the "This week's overview" chart, exactly when does the new week start?

And, how do I make that chart always update itself each day to always show the last seven days, instead of a fixed week?

itsdrnoob commented 1 year ago

For the "This week's overview" chart, exactly when does the new week start?

The weekdays are clearly mentioned below the chart, from Monday to Sunday.

how do I make that chart always update itself each day to always show the last seven days, instead of a fixed week?

You don't. The chart shows the current week's data usage overview (hence the name "This weeks overview").

dln949 commented 1 year ago

What I meant is, when does the current week switch to the new week? At midnight local time on Monday? Or at a different time?

itsdrnoob commented 1 year ago

Yes, the week starts every Monday at midnight.

dln949 commented 1 year ago

ok, thanks much