So I have an issue for which I couldn't find a solution - I'm making a simple GET request, which returns a JSON with all kinds of data, including timestamps. The issue is, that, for example - my timestamps retrieved from the database are 12:00:00, but after GET they're changed to 09:00:00. Why is this, and how can this be fixed?
I'm using axios for my GET request, but that doesn't seem to matter, because when making the same GET request with Insomnia, I still get timestamps with changed hours (-3).