ntpc_count = "Anzahl der Zeitmessungen"
ntpc_count_desc = "leer = unendlich"
ntpc_drift = "Zeitgeberjustierung"
-ntpc_drift_freq = "Frequenzabweichung"
\ No newline at end of file
+ntpc_drift_freq = "Frequenzabweichung"
+ntpc_current = "Aktuelle Systemzeit"
\ No newline at end of file
ntpc_count = "Count of Time Measurements"
ntpc_count_desc = "empty = infinite"
ntpc_drift = "Clock Adjustment"
-ntpc_drift_freq = "Offset Frequency"
\ No newline at end of file
+ntpc_drift_freq = "Offset Frequency"
+ntpc_current = "Current system time"
\ No newline at end of file
s = m:section(TypedSection, "ntpclient", translate("general"))
s.anonymous = true
+s:option(DummyValue, "_time", translate("ntpc_current")).value = os.date("%c")
+
s:option(Value, "interval", translate("ntpc_interval"))
s:option(Value, "count", translate("ntpc_count"), translate("ntpc_count_desc"))
s = m:section(TypedSection, "ntpclient", translate("general"))
s.anonymous = true
+
+s:option(DummyValue, "_time", translate("ntpc_current")).value = os.date("%c")
+
s:option(Value, "interval", translate("ntpc_interval"))