View Full Version : Query?
Wifey
11-10-2009, 02:42 PM
I'm trying to find all users in one particular time zone on my site, but there isn't a search for it. Does anyone know a query string will allow me to sort out a list of my users by time zone?
Lynne
11-10-2009, 02:48 PM
I think you want to look at all users that have a particular setting in the user.timezoneoffset field. So, probably something like SELECT username, userid from user WHERE timezoneoffset = xx.
Wifey
11-10-2009, 02:57 PM
Worked like a CHARM, Lynne. Thanks so much!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.