java - Trigger when Date Changes in Different TimeZones -


one of business use case requires recalculate metrics on date change , need cover clients working on different time zones edt, ist etc.

is there option in java trigger on date change , should work different time zone?

example: want trigger date change in ist, edt, gmt, mst, cst etc only. , not time zones. there jar or framework supports can input time zones , notifications.

i cannot use cron triggers here because works on single timezone. cron expression takes particular time zone.

any appreciated.


Comments

Popular posts from this blog

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -