summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2022-02-23 09:01:39 -0600
committerGitHub <noreply@github.com>2022-02-23 09:01:39 -0600
commit24ff22df8a0982b70a4ab56d6a5da4142c591222 (patch)
treec531b1606f2f9005baf27d643633c72af71a20a6
parent0c59c972e7296ac8c23049e713da9350a9af39a5 (diff)
parentb8e191b615954d9d3b254f9efa8a7f8bf07ca0cc (diff)
downloadSensor-Watch-24ff22df8a0982b70a4ab56d6a5da4142c591222.tar.gz
Sensor-Watch-24ff22df8a0982b70a4ab56d6a5da4142c591222.tar.bz2
Sensor-Watch-24ff22df8a0982b70a4ab56d6a5da4142c591222.zip
Merge pull request #54 from davidskeck/patch-5
Updated function brief
-rw-r--r--watch-library/shared/watch/watch_utility.h2
1 files changed, 1 insertions, 1 deletions
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