I have this function to modify a string.
let offset = "01:00" func newOffset() -> String { let offset12 = String(offset.prefix(1)) if of