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
)
### Summary & Motivation
Replace usage of .NET `TimeZoneInfo` with `NodaTime` to eliminate
dependency on the host system's time zone database. This change
addresses issues encountered when running in Docker, where the timezone
database may not be available by default. By using `NodaTime`, we ensure
consistent time zone handling across environments, regardless of host
system configuration.
### Atomic Changes
- Use NodaTime to remove dependency on host system time zone database
### Checklist
- [x] I have added a Label to the pull-request
- [x] I have added tests, and done manual regression tests
- [x] I have updated the documentation, if necessary
tjementum
changed the title
Clean Architecture and DDD foundation
Architecture and DDD foundation
Jan 4, 2025
Tasks
The text was updated successfully, but these errors were encountered: