As part of the api response header I get time in this format "13 Jun 2023 13:00:28 GMT". as a string
I want to get local system current time and find the difference between current time and the response header time.
How can we do this in CPP? I was thinking to convert "13 Jun 2023 13:00:28 GMT" into local system timezone. Or is there a better way to do this?