Kotlin-multiplatform timestamp to time in milliseconds (unix time)

Sorry for miss understanding. Question is: how to convert 2020-01-16T11:33:34.553Z to unix milliseconds in kotlin multiplatform?
As far as I understand, this could be done only with 3rd party libraries?