Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

The package "systemd" must be installed on the system, for timedatectl to be used.

== >> on PFC100/PFC200 runtimes, systemd is not used, but the following commands can be used instead

Use the "/etc/config-tools/config_timezone"-command in place of the "timedatectl set-timezone"-command: 

Code Block
themeConfluence
TZ="CET-1CEST,M3.5.0/2,M10.5.0/3"
or
/etc/config-tools/config_timezone tz-string="CET-1CEST,M3.5.0/2,M10.5.0/3"

The timezone abbreviation list for PFC100/PFC200 can be found here:

Code Block
themeConfluence
cat /usr/share/zoneinfo/allzones

...