Any way to output timestamp to user's timezone?

Is there an easy way, on the back end, for Xano to figure out what timezone a request is being made from, then filter the timestamp output to be in the timezone of the user? 
For example: user creates content and the timestamp is logged in Xano as 'now.' I'm using a 'format_timestamp' filter to make it human readable. I'm also doing a few other things where I'd like my app to be smart enough to do something at midnight, local user time. 

My thought was that since the IP is being sent in the header of the API, I should be able to approximate the timezone. Doable with Xano?
Other
5 replies