Given that the time format is "2020-10-16T15:08:27.000Z" and the usage of self.toRelative(style: RelativeFormatter.defaultStyle(), locale: Locales.english)
Assuming that the time is now 6pm, in 6.1.0, it will correctly return 3 hours ago. But in 6.2.0, it now return in 6 hours.
Given that the time format is "2020-10-16T15:08:27.000Z" and the usage of
self.toRelative(style: RelativeFormatter.defaultStyle(), locale: Locales.english)
Assuming that the time is now 6pm, in 6.1.0, it will correctly return 3 hours ago. But in 6.2.0, it now return in 6 hours.