Run scheduled job on china timezone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2024 09:09 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2024 09:18 AM
Hi @lucky24
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2024 09:24 AM
- 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".