# World Time Converter > Quickly convert your local time to any major global time zone. Page: https://askcalculators.com/calculator/time-zone-calculator/ Definition: https://askcalculators.com/calculator/time-zone-calculator/definition.json JSON Schema: https://askcalculators.com/calculator/time-zone-calculator/schema.json Version: 7.0.0 Maintained by: AskCalculators (software project; not a credentialed reviewer) Qualified review: pending. Automated checks do not establish professional approval. Page status: Live Review status: Pending ## Use Open the calculator page and enter values. Query-string parameters can restore and bookmark a calculation. Example: https://askcalculators.com/calculator/time-zone-calculator/?targetZone=UTC ## Inputs - localTime: Your Local Time; type=time; optional - targetZone: Target Zone; type=text; optional; default=UTC ## Outputs - result: Result; format=text; primary ## Formula The entered local time is converted to UTC with the source offset, then shifted by the target offset. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.