Actions
New feature / Change #8120
openNew default timezone for patient notification
Start date:
02/19/2025
Due date:
% Done:
0%
Estimated time:
Description
The same way than we have DEFAULT_PATIENT_LOCALE used to define patient language, add a new configuration called DEFAULT_PATIENT_TIMEZONE that will be used to sent invite date time in this one is omitted (e.g. when using HCW API).
The timezone definition should be done in this order:
- use patientTZ attribute from invite object, if defined (already effective)
- use DEFAULT_PATIENT_TIMEZONE from global configuration, if defined.
- Fallback to UTC (already effective).
Actions