Skip to main content

Practice inclusive scheduling

2 min read
: Small scheduling choices — like writing dates unambiguously, including time zones, and building in breaks — go a long way toward making distributed teams feel inclusive.

Time zones are one of the harder parts of software development, but it doesn’t have to be one of the harder (or exclusionary) parts of working as a distributed team. Here are a few practices that I try to adhere to help practice more inclusive scheduling when working remotely:

  • When discussing dates, consider writing numeric dates in ISO 8601 (YYYY-MM-DD) or other month/day unambiguous formats.
  • When referring to a time, always include the timezone.
  • Avoid location-specific language like “tomorrow”, “this afternoon”, or “in the spring”.
  • Be mindful of holidays, weekends, and working hours, especially across time zones.
  • Consider “speedy meetings” (end 5/10 minutes early or start 5/10 minutes late) to allow for time to be human between meetings, and be strict about ending at that earlier time.
  • On that note, meetings should start and end on time. If you finish early, consider using the remainder of the time for informal conversations and to connect as humans.

xkcd comic describing ISO 8601 as the one true date format

A small nod to inclusively to go a long way to create a sense of belonging and reduce ambiguity, when working with global teams, schedule and communicate with a global (and remote) audience in mind.

Originally published May 19, 2023 View revision history
Share

More to explore

Towards a More Agile Government

47 min read

Federal IT procurement spends billions a year, yet fewer than 9% of projects ship on time and on budget. The fix requires both regulatory reform and a cultural shift toward agile.

Manage like an engineer

10 min read

If issues, pull requests, and project boards are the best way to develop software, should they not also be the best way to manage software development?

15 rules for communicating at GitHub

16 min read

How GitHub uses asynchronous communication through issues and chat to eliminate the 'you had to be there' aspect of most corporate workflows and build a more open, distributed culture.

WordPress as a Collaboration Platform

1 min read

A presentation on how teams use WordPress beyond publishing, from collaborative document editing to progress tracking and workflow integration.

How to make a product great

7 min read

Great products absorb complexity on behalf of users, not the other way around. Ten principles for building software that's complex to build and easy to use.

Four characteristics of modern collaboration tools

15 min read

Modern collaboration tools share four traits: they're open, linkable, asynchronous, and naturally capture process. Are you working the way you'd like, or just the way everyone else does?

Ben Balter

Ben Balter is the Director of Hubber Enablement within the Office of the COO at GitHub, the world's largest software development platform, ensuring all Hubbers can do their best (remote) work. Previously, he served as the Director of Technical Business Operations, and as Chief of Staff for Security, he managed the office of the Chief Security Officer, improving overall business effectiveness of the Security organization through portfolio management, strategy, planning, culture, and values. As a Staff Technical Program manager for Enterprise and Compliance, Ben managed GitHub's on-premises and SaaS enterprise offerings, and as the Senior Product Manager overseeing the platform's Trust and Safety efforts, Ben shipped more than 500 features in support of community management, privacy, compliance, content moderation, product security, platform health, and open source workflows to ensure the GitHub community and platform remained safe, secure, and welcoming for all software developers. Before joining GitHub's Product team, Ben served as GitHub's Government Evangelist, leading the efforts to encourage more than 2,000 government organizations across 75 countries to adopt open source philosophies for code, data, and policy development. More about the author →

This page is open source Help improve this article on GitHub