Good morning family, I have a small problem with time stamp. The app i am making sends messages to another app and I need the messages to provide real time the instant they are sent, however the message goes through with time but time keeps changing everytime I open the message, this happens everytime I open the app
Thank you for your reply vknow360, but the problem is that time change everytime I open the app meaning if I open the app now the message sent yesterday will have the time which is right now…
This is because you are loading timestamp from a procedure which returns current timestamp.
Store it on database and then add it from got value.
I suggest you to read guide given below.