]>
Commit | Line | Data |
---|---|---|
db9ecf05 | 1 | /* SPDX-License-Identifier: LGPL-2.1-or-later */ |
05d3a176 | 2 | #pragma once |
bbc98d32 | 3 | |
18c59794 | 4 | int clock_is_localtime(const char *adjtime_path); |
b34b57a7 | 5 | int clock_set_timezone(int *ret_minutesdelta); |
455a2eb9 ZJS |
6 | |
7 | #define EPOCH_CLOCK_FILE "/usr/lib/clock-epoch" | |
8 | #define TIMESYNCD_CLOCK_FILE_DIR "/var/lib/systemd/timesync/" | |
9 | #define TIMESYNCD_CLOCK_FILE TIMESYNCD_CLOCK_FILE_DIR "clock" |