{
    "content": [
        {
            "type": "text",
            "text": "# ADJTIME_CONFIG(5) (man)\n\n**Summary:** adjtimeconfig - information about hardware clock setting and drift factor\n\n**Synopsis:** /etc/adjtime\n\n## See Also\n\n- hwclock(8)\n- rtcwake(8)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (16 lines) — 8 subsections\n  - First line (2 lines)\n  - drift factor (2 lines)\n  - last adjust time (3 lines)\n  - adjustment status (2 lines)\n  - Second line (1 lines)\n  - last calibration time (5 lines)\n  - Third line (1 lines)\n  - clock mode (4 lines)\n- **FILES** (2 lines)\n- **SEE ALSO** (2 lines)\n- **REPORTING BUGS** (2 lines)\n- **AVAILABILITY** (6 lines)\n\n## Full Content\n\n### NAME\n\nadjtimeconfig - information about hardware clock setting and drift factor\n\n### SYNOPSIS\n\n/etc/adjtime\n\n### DESCRIPTION\n\nThe file /etc/adjtime contains descriptive information about the hardware mode clock setting\nand clock drift factor. The file is read and write by hwclock(8); and read by programs like\nrtcwake to get RTC time mode.\n\nThe file is usually located in /etc, but tools like hwclock(8) or rtcwake(8) can use\nalternative location by command line options if write access to /etc is unwanted. The default\nclock mode is \"UTC\" if the file is missing.\n\nThe Hardware Clock is usually not very accurate. However, much of its inaccuracy is\ncompletely predictable - it gains or loses the same amount of time every day. This is called\nsystematic drift. The util hwclock(8) keeps the file /etc/adjtime, that keeps some historical\ninformation. For more details see \"The Adjust Function\" and \"The Adjtime File\" sections from\nhwclock(8) man page.\n\nThe format of the adjtime file is, in ASCII.\n\n#### First line\n\nThree numbers, separated by blanks:\n\n#### drift factor\n\nthe systematic drift rate in seconds per day (floating point decimal)\n\n#### last adjust time\n\nthe resulting number of seconds since 1969 UTC of most recent adjustment or calibration\n(decimal integer)\n\n#### adjustment status\n\nzero (for compatibility with clock(8)) as a floating point decimal\n\n#### Second line\n\n#### last calibration time\n\nThe resulting number of seconds since 1969 UTC of most recent calibration. Zero if there\nhas been no calibration yet or it is known that any previous calibration is moot (for\nexample, because the Hardware Clock has been found, since that calibration, not to\ncontain a valid time). This is a decimal integer.\n\n#### Third line\n\n#### clock mode\n\nSupported values are UTC or LOCAL. Tells whether the Hardware Clock is set to Coordinated\nUniversal Time or local time. You can always override this value with options on the\nhwclock(8) command line.\n\n### FILES\n\n/etc/adjtime\n\n### SEE ALSO\n\nhwclock(8), rtcwake(8)\n\n### REPORTING BUGS\n\nFor bug reports, use the issue tracker at https://github.com/karelzak/util-linux/issues.\n\n### AVAILABILITY\n\nadjtimeconfig is part of the util-linux package which can be downloaded from Linux Kernel\nArchive <https://www.kernel.org/pub/linux/utils/util-linux/>.\n\n\n\nutil-linux 2.37.2                            2021-06-02                            ADJTIMECONFIG(5)\n\n"
        }
    ],
    "structuredContent": {
        "command": "ADJTIME_CONFIG",
        "section": "5",
        "mode": "man",
        "summary": "adjtimeconfig - information about hardware clock setting and drift factor",
        "synopsis": "/etc/adjtime",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "hwclock",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/hwclock/8/json"
            },
            {
                "name": "rtcwake",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/rtcwake/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 16,
                "subsections": [
                    {
                        "name": "First line",
                        "lines": 2
                    },
                    {
                        "name": "drift factor",
                        "lines": 2
                    },
                    {
                        "name": "last adjust time",
                        "lines": 3
                    },
                    {
                        "name": "adjustment status",
                        "lines": 2
                    },
                    {
                        "name": "Second line",
                        "lines": 1
                    },
                    {
                        "name": "last calibration time",
                        "lines": 5
                    },
                    {
                        "name": "Third line",
                        "lines": 1
                    },
                    {
                        "name": "clock mode",
                        "lines": 4
                    }
                ]
            },
            {
                "name": "FILES",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "REPORTING BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AVAILABILITY",
                "lines": 6,
                "subsections": []
            }
        ]
    }
}