AVPlayer seek(to Date) issue

Hello,


I'm in GMT time. When call AVPlayer or AVPlayerItem in tvOS

func seek(to date: Date, completionHandler: @escaping (Bool) -> Void)


the AVPlayerControllers current time controls appears with UTC time. In my case with negative values from real GMT hour (-2 hours this days)


I think its a bug, because I cant configure this presentation, and when you dont use this method, the current time controls is correct


¿Has someboy same problem?


Thanks