From b8e191b615954d9d3b254f9efa8a7f8bf07ca0cc Mon Sep 17 00:00:00 2001
From: David Keck <davidskeck@users.noreply.github.com>
Date: Tue, 22 Feb 2022 21:37:16 -0600
Subject: Updated function brief

---
 watch-library/shared/watch/watch_utility.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/watch-library/shared/watch/watch_utility.h b/watch-library/shared/watch/watch_utility.h
index f4411ce5..4c50cb59 100644
--- a/watch-library/shared/watch/watch_utility.h
+++ b/watch-library/shared/watch/watch_utility.h
@@ -74,7 +74,7 @@ uint32_t watch_utility_date_time_to_unix_time(watch_date_time date_time, uint32_
   */
 watch_duration_t watch_utility_seconds_to_duration(uint32_t seconds);
 
-/** @brief Returns the UNIX time (seconds since 1970) for a given watch_date_time struct.
+/** @brief Returns a watch_date_time struct for a given UNIX time and UTC offset.
   * @param timestamp The UNIX timestamp that you wish to convert.
   * @param utc_offset The number of seconds that you wish date_time to be offset from UTC.
   * @return A watch_date_time for the given UNIX timestamp and UTC offset, or if outside the range that
-- 
cgit v1.2.3