![]() |
Search by time zone
Is there any way to perform a search by the time zone the user has selected?
|
Probably have to go to the database to get it. The registration logs the time zone offset but you can figure out what timezone they are in from that ... An SQL query in phpmyadmin would look like:
Code:
SELECT `username`, `timezoneoffset` FROM `user` WHERE `timezoneoffset`='-12' You could leave off the where clause and it would dump out all your members and the timezoneoffset they used to register. You can get the actual time zones listing from timeanddate HTH |
All times are GMT. The time now is 02:06 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|