From 4564d8977af9d9e191787bbf4104b5db5bf86bb2 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Wed, 23 Feb 2022 15:02:03 +0000 Subject: deploy: 24ff22df8a0982b70a4ab56d6a5da4142c591222 --- group__utility.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'group__utility.html') diff --git a/group__utility.html b/group__utility.html index cab05ad3..020f8eae 100644 --- a/group__utility.html +++ b/group__utility.html @@ -94,7 +94,7 @@ Functions  Converts a duration in seconds to a watch_duration_t struct. More...
  watch_date_time watch_utility_date_time_from_unix_time (uint32_t timestamp, uint32_t utc_offset) - Returns the UNIX time (seconds since 1970) for a given watch_date_time struct. More...
+ Returns a watch_date_time struct for a given UNIX time and UTC offset. More...
  bool watch_utility_convert_to_12_hour (watch_date_time *date_time)  Converts a watch_date_time for 12-hour display. More...
@@ -299,7 +299,7 @@ uint32_t watch_duration_t:
-

Returns the UNIX time (seconds since 1970) for a given watch_date_time struct.

+

Returns a watch_date_time struct for a given UNIX time and UTC offset.

Parameters
-- cgit v1.2.3
timestampThe UNIX timestamp that you wish to convert.