Creates a time from string based on the specified format
Time("14:35:01",TimeFormatTemplateOption.`HH:mm:ss`) → 14:35:01.000 Time("11:01 UTC",TimeFormatTemplateOption.`HH:mmTZ`) → 01:01:00.000
Time(string, [format])
string - A string that contains a date in a special format
string
[format] - Format of the string, , ex. TimeFormatTemplateOption.HH:mmTZ
[format]
HH:mmTZ