GeoipTimezone Function

Gets the timezone.

bool GeoipTimezone(const char[] ip, char[] name, int maxlength)

Parameters

const char[] ip

Ip to determine the timezone.

char[] name

Destination string buffer to store the timezone.

int maxlength

Maximum length of output string buffer.

Return Value

True on success, false otherwise.