Fix the Standard time issue

Change-Id: Iaf7945685af57279a6d506a133df0888476f482d
diff --git a/jjb/OnosSystemTest/onos-test-pipeline.yaml b/jjb/OnosSystemTest/onos-test-pipeline.yaml
index 91367da..579223b 100644
--- a/jjb/OnosSystemTest/onos-test-pipeline.yaml
+++ b/jjb/OnosSystemTest/onos-test-pipeline.yaml
@@ -123,8 +123,9 @@
 
     triggers:
       - timed: |
-                30 03 * * 2,3,4,5,6
-                30 19 * * 6,7
+                TZ=America/Los_Angeles
+                30 19 * * 1,2,3,4,5
+                30 11 * * 6,7
 
     pipeline-scm:
       script-path: '{jenkins-path}/JenkinsfileTrigger'
@@ -142,7 +143,7 @@
                   This pipeline is triggered by timer for the nightly builds. <br />
                   You may manually trigger this pipeline as well - provide the tests to run and the branch of ONOS and TestON. <br /> <br />
                   Note: <i>The console output for this job does <b>not</b> contain any test result logs.</i><br />
-                  Visit the test category pipelines (such as <a href="https://jenkins.onosproject.org/view/QA/job/FUNC-pipeline-master/">SR-pipeline-master</a>) to view the test logs. <br /> <br />
+                  Visit the test category pipelines (such as <a href="https://jenkins.onosproject.org/view/QA/job/SR-pipeline-master/">SR-pipeline-master</a>) to view the test logs. <br /> <br />
                   Created by Devin Lim - devin@opennetworking.org<br />
                   Copyright (c) 2017 Open Networking Foundation (ONF)
 
@@ -208,7 +209,8 @@
 
     triggers:
       - timed: |
-                30 02 * * 1,2,3,4,5,6,7
+                TZ=America/Los_Angeles
+                30 18 * * 1,2,3,4,5,6,7
 
     pipeline-scm:
       script-path: '{jenkins-path}/SRJenkinsfileTrigger'