rubycentral / rubycentral/cfp-app

Adopt RFC 5322 or ISO 8601 for date/time formats to avoid ambiguity

Open
#1,140 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Ruby
Stars
237
Forks
163
PR merge metrics
No merged PRs in 30d

Description

Background / Problem

The proposal deadline for Kaigi on Rails was displayed as Jul 13, 2026 at 12:00am JST.

However, because the "12:00 AM/PM" format can be highly ambiguous and confusing, I noticed that several people misunderstood this as 12:00 PM (noon) on July 13th, and unfortunately missed the deadline.

To prevent such confusion in the future, I would like to propose changing the date/time display format to a standardized one, such as RFC 5322 or ISO 8601.


Proposal

I suggest adopting one of the following formats. Personally, I think RFC 5322 is a great candidate because it is highly readable for humans while eliminating any ambiguity.

Option A: RFC 5322 (Highly recommended for readability)

Mon, 13 Jul 2026 00:00:00 +0900

Option B: ISO 8601

2026-07-13T00:00:00+09:00


Contribution

If the maintainers are open to this change, I am more than happy to work on the implementation. Please let me know your thoughts, and feel free to assign this issue to me!

Thank you for maintaining this wonderful project.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating where the Rails app formats and displays proposal deadlines, then check whether existing tests cover date and time presentation. Confirm which standardized format maintainers choose, update the relevant display behavior, and verify that midnight and timezone offsets are unambiguous.

Written by the indexing model from the issue text.

Assessment

Tech stack
rails, ruby
Domain
full-stack
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.