diff --git a/babybuddy/settings/development.py b/babybuddy/settings/development.py index 0accffab..ffccea49 100644 --- a/babybuddy/settings/development.py +++ b/babybuddy/settings/development.py @@ -5,6 +5,7 @@ from .base import * SECRET_KEY = 'CHANGE ME' DEBUG = True +TIME_ZONE = 'America/New_York' # Database diff --git a/dashboard/templates/dashboard/child_button_group.html b/dashboard/templates/dashboard/child_button_group.html index 8066d9b3..461faeb8 100644 --- a/dashboard/templates/dashboard/child_button_group.html +++ b/dashboard/templates/dashboard/child_button_group.html @@ -16,6 +16,7 @@