I am working on some API’s and a question came up in relation to the way dates are stored in Bubble’s database. Example:
“Created Date”: 1667402881933
How do I convert this into displaying a date if this info is passed to another website?
I am working on some API’s and a question came up in relation to the way dates are stored in Bubble’s database. Example:
“Created Date”: 1667402881933
How do I convert this into displaying a date if this info is passed to another website?
When you receive the info via the API, store it as a Date (Unix)
, not a number.
Thank you! Your response gave me the missing keyword I needed to dig further.
Found the Bubble doesn’t save a time zone section on this page to be helpful.
This topic was automatically closed after 70 days. New replies are no longer allowed.