summaryrefslogtreecommitdiff
path: root/src/timedate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timedate.h')
-rw-r--r--src/timedate.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/timedate.h b/src/timedate.h
index 952209c..1c33594 100644
--- a/src/timedate.h
+++ b/src/timedate.h
@@ -44,7 +44,10 @@ namespace dlackware::timedate
bool ntp_synchronized();
// Shows the current time in the RTC.
- std::uint64_t time_usec_rtc();
+ std::uint64_t rtc_time_usec();
+
+ // Shows the current time on the system.
+ std::uint64_t time_usec();
// Returns the timezones available on the system.
std::vector<Glib::ustring> list_timezones();