mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Docstring
This commit is contained in:
@@ -6,6 +6,9 @@ import { WEEKDAY_MAP, type WeekdayShort } from "./weekday";
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Parse a time string (HH:MM or HH:MM:SS) and set it on today's date in the given timezone
|
* Parse a time string (HH:MM or HH:MM:SS) and set it on today's date in the given timezone
|
||||||
|
* @param timeString The time string to parse
|
||||||
|
* @param timezone The timezone to use
|
||||||
|
* @returns The Date object
|
||||||
*/
|
*/
|
||||||
const parseTimeString = (timeString: string, timezone: string): Date => {
|
const parseTimeString = (timeString: string, timezone: string): Date => {
|
||||||
const parts = timeString.split(":");
|
const parts = timeString.split(":");
|
||||||
|
|||||||
Reference in New Issue
Block a user