const docRef = await addDoc(collection(db, "question"), {
title: writingTitle,
createdAt: serverTimestamp(),
});
If you write servertimestamp() when you write, the console window says {seconds=123123123, nanosecond=!@!@}} like this. How can I change this to Date on the web?