Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create retext plugin: Time #15

Open
4 tasks
danielgolden opened this issue Jan 27, 2022 · 0 comments
Open
4 tasks

Create retext plugin: Time #15

danielgolden opened this issue Jan 27, 2022 · 0 comments
Labels
new rule Create a a new retext plugin

Comments

@danielgolden
Copy link
Contributor

Requirements

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.)

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

@danielgolden danielgolden added the new rule Create a a new retext plugin label Jan 27, 2022
@danielgolden danielgolden added this to Backlog in Language Linter V1 via automation Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new rule Create a a new retext plugin
Projects
Development

No branches or pull requests

1 participant