You need to sign in to do that
Don't have an account?

Scheduled apex class must run America timings
User 'A' scheduled an apex he is in australia and the time zone is australia and the client is in America. Can the schedulable class run based on the America timings and without changing the timezone of user 'A'. Is there any way that scheduled apex class must run other country timing without changing the current user time zone.
Simple solution : using a time converter ex: http://www.timeanddate.com/worldclock/converted.html
For example: you want to schedule a class to run at 8 AM Los Angeles Time, you should schedule it at 1 AM.
This will work most of the time excepting you have to reschedule it after daylight saving.
Other Solution: You might have to build a custom schedule app to what you described.
Le