Run scheduled job on china timezone

lucky24
Tera Contributor

Hi Team,

I have created one scheduled job which I need to be run on 1 day of every month at 12 am in China time zone or user timezone.

Can someone please help me here?

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @lucky24 

 

https://www.servicenow.com/community/now-platform-forum/run-scheduled-job-based-on-time-zone/m-p/107...

LearnNGrowAtul_0-1705598271001.png

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0782227

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

-O-
Kilo Patron
Kilo Patron
  • set your user profile for the desired (Chinese) time zone.
  • configure the job's schedule
  • reset your user profile to the correct time zone.

Note that internally there is no such thing as X or Y time zone.

Internally all date in all circumstances are always UTC.

It is only the display value that becomes a date/time in the current user's configures time zone, but that too is converted from the internal UTC.

Thus the statement "run on ... in China time zone" is technically meaningless.

It would have been correct to sate "run when the date and time is x and y according to the Chinese time zone".