Closed edwinmyp88 closed 2 years ago
This is because the read.py is get local date (GMT +8) to retrieve today data, but the data from MS Access DB is used GMT, so it will missing the data from (GMT) 16:00 until 23:59 due to local date already is new date.
Now this issue is fixed by modify read.py to get GMT date instead of GMT+8 date.
Refer to screenshot