You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, we could consider adding a timezone to the system config file that defaults to GMT. This would make it possible to enter backup and notification schedules in local time.
There are some modules such as timezone and moment that we might consider to reduce the complexity of this issue. However, we need to assess whether it's worth adding another dependency for something we could do ourselves or if reinventing the wheel would be worse.
The test suites
bucket.test.js
andschedule.test.js
fail when the system timezone isn't set to CST. The tests should be timezone agnostic.The text was updated successfully, but these errors were encountered: