mistercrunch commented on pull request #11614: URL: https://github.com/apache/incubator-superset/pull/11614#issuecomment-723705432
Mmmh, it feels like using/comparing the client time and server time is a brittle approach as time zones and/or a wrong client clock would create problems. Could we just rely on the server time stamp and use it as the equivalent of a version number? Meaning even when we save the server could return a payload with a new server side timestamp that we can stick into the redux store and send on the next save event a an equivalent to a version id. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
