nicer time zone names on new LCD

This commit is contained in:
Joey Castillo
2025-03-08 17:17:40 -05:00
parent af094e2c2d
commit d35a3ee8d1
4 changed files with 76 additions and 2 deletions

View File

@@ -174,4 +174,9 @@ uint32_t watch_utility_offset_timestamp(uint32_t now, int8_t hours, int8_t minut
*/
uint8_t watch_utility_days_in_month(uint8_t month, uint16_t year);
/** @brief Returns a null-terminated six-character string representing the time zone name at a given index.
* @param tzindex The index of the time zone
*/
char * watch_utility_time_zone_name_at_index(int32_t tzindex);
#endif