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

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -