]>
git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/clock-util.h
d8992f6074e06e82357be8431adee6f9113094c8
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
4 int clock_is_localtime(const char *adjtime_path
);
5 int clock_set_timezone(int *ret_minutesdelta
);
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"