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
{{ message }}
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.
Thank you for your suggestion. Yes, it makes sense to make it configurable, though personally I can't find the enough time to support it.
Also, UTC hardcoding is certainly better than PST. Fortunately we already have the formatDateTime function in utils/datetime and so the changes should be not so difficult. It's great if you have a chance to contribute the code.
Sorry for my late reply. If we make it configurable, I think it's better if a user can change the time zone via GUI. In the demo page below, it will be useful if the Notification tab contains the time zone setting item. https://demo-admin.lambstatus.org/settings
Env variable may be possible, but most users can't change it because they launch their stack using CloudFormation.
I see that the email notification is hard coded to send the time in PST:
LambStatus/packages/lambda/src/api/sendEmails/index.js
Line 230 in ba950df
Wouldn't it make more sense to make it configurable, or at least hardcode it to UTC which is more universal than PST?
Thanks.
The text was updated successfully, but these errors were encountered: