From: kremlin Date: Tue, 14 Oct 2014 22:19:03 +0000 (-0500) Subject: clarify RTC/UTC messages/comments X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=commitdiff_plain;h=06407d3ed6ecd095261823d3c488d1947c9a19c3 clarify RTC/UTC messages/comments --- diff --git a/src/interfaces/timedated/timedated.c b/src/interfaces/timedated/timedated.c index 8fb1ce5..cba6138 100644 --- a/src/interfaces/timedated/timedated.c +++ b/src/interfaces/timedated/timedated.c @@ -271,7 +271,7 @@ on_handle_set_local_rtc(Timedate1 *td1_passed_interf, const gchar *greet, gpointer data) { - g_dbus_method_invocation_return_dbus_error(invoc, "org.freedesktop.timedate1.Error.ENODEV", "OpenBSD does not support setting the realtime clock in local time, only UTC."); + g_dbus_method_invocation_return_dbus_error(invoc, "org.freedesktop.timedate1.Error.ENODEV", "Unix RTC must be in UTC."); return TRUE; } @@ -330,7 +330,7 @@ our_get_timezone() { return ret; } -/* openbsd does not support setting the RTC to localtime, only UTC */ +/* Unix time must be in UTC. */ gboolean our_get_local_rtc() {