-
Perhaps AcebaseClient maintains a synced servertime internally, that i can use to populate last_updated fields locally? It wouldn't be 100% accurate but good enough. This would make it very simple to update last_updated via a live proxy. I thought about a magic property value but that would have issues with the local cache. |
Beta Was this translation helpful? Give feedback.
Answered by
appy-one
Sep 17, 2022
Replies: 1 comment 2 replies
-
Great idea, I'll have a look at creating a |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ahdat81
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great idea, I'll have a look at creating a
getServerTime
function