Determining time zone differences in PowerShell for effective meeting planning
I work on a team with members across multiple time zones. It is important to schedule meetings so that team members do not have to stay late or wake up early. Being a command line person, I quickly wrote this PowerShell script to help me determine the time differences.
|
|
This one is simple to use.
|
|
When you do not specify any target time to convert, this script uses the current local time and converts to the time zones specified at the command line.
|
|
You can specify a target time to convert using the -Target parameter. You can specify a future target time to schedule the meeting using this parameter.
I hope you find this useful as well.
Comments
Comments Require Consent
The comment system (Giscus) uses GitHub and may set authentication cookies. Enable comments to join the discussion.