X-Git-Url: http://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Finterfaces%2Ftimedated%2Ftimedated.c;h=cba6138bada05a77383bbb42ec5d34f626091e2b;hb=06407d3ed6ecd095261823d3c488d1947c9a19c3;hp=8fb1ce5bd206396d62373225eecd77e4f45935c6;hpb=0b7afeee3bb89a0185de1cb3d9937434f24388d7;p=systembsd.git 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() {