I'm using an API to fetch real-time data of commits, and I want to use the timestamp data to very roughly estimate the location of where the commits were pushed from using timezones. I don't have access to the latitude or longitude, only the user's local time during the commit.
Is there a way to convert or filter the timestamp data and match it with the corresponding timezone? I looked into momentjs timezone and other tools but I struggled to find anything helpful.
Thanks for any help