dateTimeFromGMT

fun dateTimeFromGMT(utcTime: String, dateFormat: String): String

Get current local time string by parsing the utcTime in dateFormat format.

Return

the formatted time string.

Since

0.0.1

Parameters

utcTime

a time whose beginning should be parsed.

dateFormat

the pattern describing the date and time format.