logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cdist-type__hwclock - Manage the hardware real time clock.

Authors

Boolean Parameters

       None.

Copying

       Copyright  (C)  2020  Dennis  Camera. You can redistribute it and/or modify it under the terms of the GNU
       General Public License as published by the Free Software Foundation, either version 3 of the License,  or
       (at your option) any later version.

Description

       This type can be used to control how the hardware clock is used by the operating system.

Examples

          # Make the operating system treat the time read from the hwclock as UTC.
          __hwclock --mode UTC

Name

       cdist-type__hwclock - Manage the hardware real time clock.

Optional Parameters

       None.

Required Parameters

mode   What mode the hardware clock is in.

              Acceptable values:

              localtime
                     The hardware clock is set to local time (common for systems also running Windows.)

              UTC    The hardware clock is set to UTC (common on UNIX systems.)

See Also

hwclock(8)

See Also