You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Time zones can be specified for jobs and orders as of JobScheduler version 1.3.12.2347.

Instead of local time the engine uses UTC time.

  • The time zone of the JobScheduler is configurable with <config time_zonh1. "...">.
  • Time zone names are from the tz database, for example time_zone"Europe/Berlin".
  • The time zone of jobs and orders is configurable with the tag <run_time time_zonh1. "..."> or <schedule time_zone"...">.
  • The timestamp column in log files is displayed in the scheduler's time zone.
  • scheduler.log uses local time as before.
  • Timestamps in XML answer are marked with suffix "Z" for UTC time.

Presently JOE can not handle time zones.

The JobScheduler uses the package Joda Time for time arithmetic.

For more information see here: http://www.sos-berlin.com/doc/en//scheduler_doc/command_line.xml#option_time-zone

  • No labels