Client-side code can benefit from responding to TimeZoneChanged, so that it can create new ActorRequestFactory with new zoneOffset and zoneId.
Server-side business logic can be interested in having calendar-related events like:
YearStarted, MonthStarted, WeekStarted, DayStarted. HourStarted.
Implementations would depend on server infrastructure, and be subject of re-visiting scheduling commands.
Client-side code can benefit from responding to
TimeZoneChanged, so that it can create newActorRequestFactorywith newzoneOffsetandzoneId.Server-side business logic can be interested in having calendar-related events like:
YearStarted,MonthStarted,WeekStarted,DayStarted.HourStarted.Implementations would depend on server infrastructure, and be subject of re-visiting scheduling commands.