GeoipTimezone
Gets the timezone.
native 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
bool True on success, false otherwise.