I\'m trying to parse rss and I need to show pubDate in readable form.
Here is my code:
fun getTime(time: String?): String { if (time == null) {