did you tried changing the timezone in jenkins UI within manage jenkins - > configure system, there is an option to update it.
On Tue, Nov 5, 2019 at 10:51 PM Bruno Warmling <[email protected]> wrote: > Hello everybody, > > I'm new here, but this forum looks awesome and maybe someone here can help > me. > > This is my enviroment: > I have a Jenkins instance installed on a Windows Server 2016 and the > timezone configured in this server is Brasilia - Federal District (GMT-3). > My jobs are running in this same server. > > So, i had a problem with timezone. It looks like this my timezone is > adding an additional hour to my JOBs due to a daylight saving. > In the system information i have this following configution: > > user.timezone: America/Sao_Paulo > > > > So, i tried to change it by running the following script below: > > System.setProperty('org.apache.commons.jelly.tags.fmt.timeZone', > 'Brazil/East') > > But unfortunetely, it won't work. I also tried to set the timezone in the > JOB configurations, by including the timezone in the configuration like > this: > > TZ=Brazil/East > 0 8,12 * * * > > And it still running 1 hour before( cause it's assuming i'm on a DST)... > > Does anyone here could help me please? > > KR, > Bruno W. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/817bb9ec-b1e9-4888-86b3-140f0e8eff99%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/817bb9ec-b1e9-4888-86b3-140f0e8eff99%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CADRimLXLykW20crcu787jgY%2B9umc2KT%3DmKACLkijTB7_8tB8kQ%40mail.gmail.com.
