Tiger66639 / xinc

Automatically exported from code.google.com/p/xinc
0 stars 0 forks source link

Time zone is not apply for cron schedule #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It looks like xinc used default timezone (Berlin) to set next build time
thru cron task.

What steps will reproduce the problem?
1. Set in project configuration
/xinc/project/configuration/setting[@name='timezone']/@value = Europe/Kiev
2. Set //cron/@timer = 0 0,12,17 * * *
3. run xinc

What is the expected output? What do you see instead?
WIE:
 [info]   [2008-03-12 15:17:55-Europe/Kiev] [build] Telme: Build of Project
stopped, no build necessary
 [info]   [2008-03-12 15:17:55-Europe/Kiev] Setting loglevel to 2
 [info]   [2008-03-12 15:17:55-Europe/Kiev] Next buildtime: 2008-03-12
17:00:00 Europe/Kiev

WIS:
 [info]   [2008-03-12 15:17:55-Europe/Kiev] [build] Telme: Build of Project
stopped, no build necessary
 [info]   [2008-03-12 15:17:55-Europe/Kiev] Setting loglevel to 2
 [info]   [2008-03-12 14:17:55-Europe/Berlin] Next buildtime: 2008-03-12
17:00:00

Original issue reported on code.google.com by kingo...@gmail.com on 12 Mar 2008 at 1:36

GoogleCodeExporter commented 9 years ago

Original comment by arnos...@gmail.com on 13 Mar 2008 at 8:30

GoogleCodeExporter commented 9 years ago
Some more info: look and next buildtime and log time

 [info]   [2008-03-13 20:42:09-Europe/Kiev] [build] Telme: Build of Project stopped,
no build necessary
 [info]   [2008-03-13 20:42:09-Europe/Kiev] Setting loglevel to 2
 [info]   [2008-03-13 19:42:09-Europe/Berlin] Next buildtime: 2008-03-14 00:00:00
 [info]   [2008-03-13 19:42:09-Europe/Berlin] Sleeping: 15471 seconds
 [info]   [2008-03-14 04:17:52-Europe/Berlin] Setting loglevel to 2
 [info]   [2008-03-14 05:17:52-Europe/Kiev] Processing task: property
 [info]   [2008-03-14 05:17:52-Europe/Kiev] Processing task: property
 [info]   [2008-03-14 05:17:52-Europe/Kiev] Processing task: cron
 [info]   [2008-03-14 05:17:52-Europe/Kiev] CHECKING PROJECT Telme
 [info]   [2008-03-14 05:17:52-Europe/Kiev] Processing task: modificationset

Original comment by kingo...@gmail.com on 14 Mar 2008 at 9:45

GoogleCodeExporter commented 9 years ago
started working on it.

Original comment by arnos...@gmail.com on 15 Mar 2008 at 11:29

GoogleCodeExporter commented 9 years ago
Please get the latest Build from xinc.eu and verify that the fix works.

Thanks.

Original comment by arnos...@gmail.com on 31 Mar 2008 at 8:05