Best Practices
Explore best practices for displaying date and time across ServiceTitan.Use standard formats
Use standard, easily recognizable formats for dates and times.- Date (US): Use MM/DD/YYYY format.
- Time: Use 12-hour format with am/pm (e.g., “3:00 pm”)
- Example: The appointment is on September 10, 2026, at 3:00 pm PST.
Do
Don’t
Global Audiences
Consider using the 24-hour format for a global audience to avoid ambiguity. Default to UTC when:- The user’s time zone isn’t known.
- The action is system-level (logs, audit trails, global reporting).
- The user is part of a distributed or international team.
- The user expects the time to be “local” (e.g., scheduling, invoicing, time tracking).
- The UI can clearly communicate the time zone (e.g., “PST,” “CST,” or “Tenant Time Zone: Pacific Time”).
Do
Don’t
Include Time Zones
Do
Don’t
Be Consistent
Do
Don’t
Leading Zeros
When using UTC, use two digits for the hour and two digits for the minutes. When specifying a 12-hour time with a time-zone abbreviation, a leading zero is not required for a single-digit hour.Do
Don’t
Relative Time References
Do
Don’t
Avoid Ambiguity
Do
Don’t
Date Ranges
Do
Don’t