DeepeshKalura
DeepeshKalura
CCConvex Community
Created by DeepeshKalura on 2/26/2024 in #support-community
DateTime Stamp in convex
that how i generate var lt = Math.floor(Date.now());
10 replies
CCConvex Community
Created by DeepeshKalura on 2/26/2024 in #support-community
DateTime Stamp in convex
No description
10 replies
CCConvex Community
Created by DeepeshKalura on 2/26/2024 in #support-community
DateTime Stamp in convex
0.9 second error ??
10 replies
CCConvex Community
Created by DeepeshKalura on 2/26/2024 in #support-community
DateTime Stamp in convex
getting in output is Difference in seconds: 9.100846435546876
10 replies
CCConvex Community
Created by DeepeshKalura on 2/26/2024 in #support-community
DateTime Stamp in convex
i wait for 10 second // console.log("wait for 10 seconds"); setTimeout(async function () { var res = await client.mutation(api.session.createdNewThread, { id: response, message: "Hello", response: "Hi", sentiment_compound: 0.5 }); var re = await client.mutation(api.session.updateLastTime, { id: response }) console.log(res); console.log(re); }, 1000); by this
10 replies
CCConvex Community
Created by DeepeshKalura on 2/26/2024 in #support-community
DateTime Stamp in convex
I don't understand why this logical error is occurring.
10 replies