expect fun GMTDate(timestamp: Long? = null): GMTDate
Create new gmt date from the timestamp.
timestamp - is a number of epoch milliseconds (it is now by default).
timestamp
now
expect fun GMTDate( seconds: Int, minutes: Int, hours: Int, dayOfMonth: Int, month: Month, year: Int): GMTDate
Create an instance of GMTDate from the specified date/time components