Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Script Action - Actions

saranravikumar1
Tera Contributor

In what timeZone script Action usually runs ...??

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron

@saranravikumar1 Script Actions are usually triggered via an event and doesn't have any timezone field attached to it. However, if you are capturing date and time in the script then it will be using instance's timezone.

 

For more information on the script actions, please refer to https://docs.servicenow.com/bundle/vancouver-platform-administration/page/administer/platform-events...

 

View solution in original post

1 REPLY 1

Sandeep Rajput
Tera Patron

@saranravikumar1 Script Actions are usually triggered via an event and doesn't have any timezone field attached to it. However, if you are capturing date and time in the script then it will be using instance's timezone.

 

For more information on the script actions, please refer to https://docs.servicenow.com/bundle/vancouver-platform-administration/page/administer/platform-events...