timezone <zone>

timezone <zone>
Description

Sets the default timezone of the project. All times that have no time zones specified will be assumed to be in this timezone. The value must be a string just like those used for the TZ environment variable. Most Linux systems have a command line utility called tzselect to lookup possible values.

The project start and end time are not affected by this setting. You have to explicitly state the timezone for those dates or the system defaults are assumed.

AttributesNameTypeDescription
zoneSTRING 
Contextproject,
InheritableNoScenario Spec.No

project tz "Timezone" "1.0" 2005-06-06-0:00-UTC - 2005-06-07-0:00-UTC {
  timezone "Europe/Athens"
}

task item "Project" {
  start 2005-06-06-12:00
}