Skip to content

Domain Verification estimate given as hour, not datetime #1016

@ecv

Description

@ecv

When I validate a domain, I'm told in text when to expect a next run of the validation engine.

This string looks like:

To verify domain ownership, use one of the methods below. Once verified, you may remove the record from your DNS system. Next verification February 19, 2026 08:15pm

08:15pm is not a datetime, it is a clock hand position.

  • it needs a timezone to be comprehensible
  • if using 'pm', no leading zero before the hours
  • but, time should be in 24h format, not am/pm
  • correct format is international standard Day Month Year, not the American-only format of Month Day, Year

So, the date string should by-default look like,

Thursday 19 February 2026 20:15 UTC

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions