diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-06-27 01:24:37 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-06-27 01:24:37 +0200 |
| commit | d75053b2439ab30d45aaa55365e7586498cd3299 (patch) | |
| tree | d3aff698101e7ad3a0b79dcb06c1c5641c47caf7 /src/timedate.h | |
| parent | b11e18e560edc9f363c4a98ddb5f5da3d66a7881 (diff) | |
| download | slack-timedate-d75053b2439ab30d45aaa55365e7586498cd3299.tar.gz | |
Implement TimeUSec property
Diffstat (limited to 'src/timedate.h')
| -rw-r--r-- | src/timedate.h | 5 |
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(); |
