Hi,
I understand the current date/time function grabs time from user’s PC, and bubble stores all times in standardized unix format.
However, I am looking for a solution to get the current date/time independent of the user’s PC settings and in a fixed timezome. This means if the user deliberately set their time to 5 days ago, I would still want to get the actual date for today. What is the best way to do that?
I apologize if this wasn’t clear in the post originally, but the bigger challenge is to get time that is not affected by the clock on user’s laptop/computer. Is that possible? That is not what the current time function provides.
I am sorry, maybe I haven’t explained the issue well enough.
When I change the time on my laptop (to say, Jan 1, 1975), the current time does NOT return the actual time, it returns Jan 1, 1975. I would like to get the actual time. How do I do that?
I understand that AFTER I have retrieved the actual time, I can display it in a desired timezone/format as described in the replies above.
Bubble uses your browsers time which comes from your computers time. No other way possible other than using an outside service to provide you with this data,