charlottebrf / DoctorsWhoCode

My Time Manager: Your helpful time manager app created for CF: G Ruby course AW 2016 course competition project.
https://evening-lowlands-39707.herokuapp.com/
0 stars 0 forks source link

Ensure search by date and logging dates account for BST/GMT difference #15

Open melikecode opened 7 years ago

melikecode commented 7 years ago

BST and GMT are offset from each other by 1 hour for several months. This means if you're logging between 11pm and 1am you may have problems with activities being recognized when it comes to doing graphs or summaries.

• Is GMT/BST time difference correctly accounted for (i.e. so the log isn't off by 1 hour)?

• Am I only shown data for today's calendar day (i.e. based on system time shown on computer)?