how can i get the current date "day-time" in my document in firestore as i wanna display photos set orenter image description heredered by name . this way doesnt work
Kotlin
class Data( var urlList: MutableList<String>,var time: MutableMap<String, String>) {
constructor() : this(ArrayList(), ServerValue.TIMESTAMP)
}