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., β03:00 pmβ)
- Example: The appointment is on July 12, 2025, 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 UTC format is used, all four digits should be used. When specifying a time zone, the leading zero is not required when the hour is not a double digit.Do
Donβt
Relative Time References
Do
Donβt
Avoid Ambiguity
Do
Donβt
Date Ranges
Do
Donβt