The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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?
|
|
#2
|
||||
|
||||
|
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.
|
|
#3
|
|||
|
|||
|
Worked like a CHARM, Lynne. Thanks so much!
|
![]() |
|
|