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;
}
return ret;
}
-/* openbsd does not support setting the RTC to localtime, only UTC */
+/* Unix time must be in UTC. */
gboolean
our_get_local_rtc() {