summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 52b3031fbe..68328b76d3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1049,6 +1049,13 @@ int main(int argc, char *argv[]) {
if (label_init() < 0)
goto finish;
+
+ if (hwclock_is_localtime()) {
+ int min;
+
+ min = hwclock_apply_localtime_delta();
+ log_info("Hwclock configured in localtime, applying delta of %i minutes to system time", min);
+ }
} else {
arg_running_as = MANAGER_USER;
log_set_target(LOG_TARGET_CONSOLE);