You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Dec 18, 2023, at 17:31, Scott Baker ***@***.***> wrote:
I've had really good luck using ip-api.com to fetch timezone offsets. They offer simple newline support:
# Get the TZ offset for the requesting IP
curl http://ip-api.com/line/?fields=offset
Or full featured JSON if needed as well:
curl http://ip-api.com/json/
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
I've had really good luck using ip-api.com to fetch timezone offsets. They offer simple newline support:
Or full featured JSON if needed as well:
The text was updated successfully, but these errors were encountered: