I noticed that when syncing firebase to typesense,...
# community-help
a
I noticed that when syncing firebase to typesense, timestamps from firestore are converted to integers. Is there any way to convert them back to a date clientside?
j
Are these not unix timestamps?
I expect they are, if so, converting back should be straight forward.
k
Yes, Typesense does not have a date/time type so timestamps are stored as unix timestamp in int64 type. You can use any date formatting library to format it.
👍 1