This page demonstrates timezone detection and time display to test the time_zone parameter.
This page will detect your browser's timezone settings and display time information accordingly.
This section displays your browser's timezone settings:
Loading date...
This section compares the current time across different timezones:
Click on any of these timezones to simulate that timezone setting:
When testing the screenshot service with this page:
time_zone parameter in your screenshot request to specify a timezone.POST /v1.0/screenshot
{
"url": "http://localhost:8000/timezone",
"format": "png"
}
POST /v1.0/screenshot
{
"url": "http://localhost:8000/timezone",
"format": "png",
"time_zone": "Europe/Paris"
}
POST /v1.0/screenshot
{
"url": "http://localhost:8000/timezone",
"format": "png",
"time_zone": "Asia/Tokyo"
}