From d75053b2439ab30d45aaa55365e7586498cd3299 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 27 Jun 2024 01:24:37 +0200 Subject: Implement TimeUSec property --- src/timedate.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/timedate.h') 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 list_timezones(); -- cgit v1.2.3