Skip to content

Instantly share code, notes, and snippets.

@ccellar
Created April 12, 2013 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ccellar/5370313 to your computer and use it in GitHub Desktop.
Save ccellar/5370313 to your computer and use it in GitHub Desktop.
This script shows the time zone settings for all users
select ub.TimeZoneBias, ub.TimeZoneCode, su.DomainName
from UserSettingsBase ub, SystemUser su
where ub.SystemUserId = su.SystemUserId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment