clarify RTC/UTC messages/comments
authorkremlin <ian@kremlin.cc>
Tue, 14 Oct 2014 22:19:03 +0000 (17:19 -0500)
committerkremlin <ian@kremlin.cc>
Tue, 14 Oct 2014 22:19:03 +0000 (17:19 -0500)
src/interfaces/timedated/timedated.c

index 8fb1ce5bd206396d62373225eecd77e4f45935c6..cba6138bada05a77383bbb42ec5d34f626091e2b 100644 (file)
@@ -271,7 +271,7 @@ on_handle_set_local_rtc(Timedate1 *td1_passed_interf,
                         const gchar *greet,
                         gpointer data) {
 
                         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 TRUE;
 }
 
@@ -330,7 +330,7 @@ our_get_timezone() {
     return ret;
 }
 
     return ret;
 }
 
-/* openbsd does not support setting the RTC to localtime, only UTC */
+/* Unix time must be in UTC. */
 gboolean
 our_get_local_rtc() { 
 
 gboolean
 our_get_local_rtc() {