scenario:
assume that the customer is involved in different time zones of ten countries. For example, the time zone set by the American customer is different
. Now you need to send a report at 0 o"clock in the customer"s time zone, and the
report cannot be prepared in advance. The data should be calculated in real time
, and each calculation time is about 15 minutes.
question:
- how to send a report at 0 o"clock in each time zone (the customer time zone may increase or decrease, not fixed)?
- I don"t know when a timer calls multiple processes to send at the same time.