I made some widget that used to as a digital clock formatted HH:mm:ss
below is code, or ref: SwiftUI iOS 14 Widget CountDown
let todayMidnight: Date // this property means today's midnight date&time Ex) 2022-08-30 0:0:0, yyyy-MM-dd HH:mm:ss
Text(todayMidnight, style: .timer)
before iOS16 beta, it works well but, not now
I know other way that insert Entry per second to timeline but first time, I thk it doing well, but after some time, stopped
App WidgetSmith have problem same like me
is someone know about this?