You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user breaks one of these rules, provide feedback (See one core docs):
Basics
Use the 12-hour clock followed by the (lowercased) time period am or pm.
Don’t put a space after the last number in a timestamp (12:00am, not 12:00 am)
Don't include a leading 0 when the hour is less than 10.
If you have to include a time zone, use UTC as the default, and add it after am/pm.
(Exception: When pinpoint accuracy is necessary, as with logs, you can use the 24-hour clock in the format HH:MM:SS.000, going down to the millisecond, if necessary.)
Requirements
When a user breaks one of these rules, provide feedback (See one core docs):
Basics
(Exception: When pinpoint accuracy is necessary, as with logs, you can use the 24-hour clock in the format HH:MM:SS.000, going down to the millisecond, if necessary.)
Abbreviating units of time
Spell out all units wherever possible. If space is too limited, use the following standard abbreviations:
https://one-core.datanerd.us/foundation/design/writing/numbers-dates-and-times/#abbreviating-units-of-time
The text was updated successfully, but these errors were encountered: