Sorry people but I'm really struggling with this and I don't know why... but still.
I have a stored unix timestamp. [a]
I have the current timestamp not in unix format (YYYY-MM-DD HH:MM:SS) [b]
I need to:
1) convert the current timestamp [b] into a unix timestamp
2) I need to take the stored timestamp away from the newly created timestamp
3) I need to add the converted timestamp onto the stored timestamp.
This is for an uptime counter that uses days hours minutes and seconds, not %.
Thanks :)