Skip to contents

[Deprecated]

This function has been replaced by lookup_timezone(), which uses the lutz package for offline timezone lookup instead of the Google API.

Usage

lookup_google_timezone(latitude, longitude, timestamp = NULL)

Arguments

latitude

Degrees latitude (positive for north) of the location to look up.

longitude

Degrees longitude (positive for east) of the location to look up.

timestamp

Ignored. Kept for backward compatibility.