getTimeZone

TimeZone session.getTimeZone ( )

Description

Gets the current time zone of the Scraping Session

Parameters

This method takes no parameters.

Return Value

The time zone this scrape is set to.

Change Log

Version Description
5.5.29a Available in all editions.

Examples

Get the current Time Zone in use

 TimeZone currentTimeZone = session.getTimeZone();