DATE on each issue #6

Closed
opened 2021-10-01 12:28:59 +00:00 by pmjv · 11 comments
Contributor

Date should be in format YYYY-MM-DD, no need for hours and minutes.
ie: date +%Y-%m-%d

Date should be in format YYYY-MM-DD, no need for hours and minutes. ie: date +%Y-%m-%d
Owner

Yes I plan to make the date human readable when displayed on the issues

Yes I plan to make the date human readable when displayed on the issues
solene added the
enhancement
label 2021-10-01 16:55:40 +00:00
Contributor

date +"%x" seems enough, is'nt-it!?

`date +"%x"` seems enough, is'nt-it!?
Author
Contributor

date +"%x" seems enough, is'nt-it!?

that one confuses americans europeans

> `date +"%x"` seems enough, is'nt-it!? > that one confuses ~~americans~~ europeans
Contributor

If you need/want to l10n the date, like in FR, date +"%Y-%m-%d" is not good, too!

If you need/want to l10n the date, like in FR, `date +"%Y-%m-%d"` is not good, too!
Author
Contributor

date +"%B %d %Y"
or
date +"%d %B %Y"

I think these are quite fitting for a news publication.

`date +"%B %d %Y"` or `date +"%d %B %Y"` I think these are quite fitting for a news publication.
Contributor

I'm not agree.

  • date +"%Y-%m-%d" seems to be for EN_* lang
  • date +"%d/%m/%Y" is for FR
  • etc…
I'm not agree. - `date +"%Y-%m-%d"` seems to be for EN_* lang - `date +"%d/%m/%Y"` is for FR - etc…
Owner

The date format should be readable for english readers. Maybe we could use month name so it's not ambigous anymore.

The date format should be readable for english readers. Maybe we could use month name so it's not ambigous anymore.
Contributor

Ok, so I repete: date +"%x" is enough!

Ok, so I repete: `date +"%x"` is enough!
Collaborator

+%s :P

+%s :P
Collaborator

More seriously, find below a new branch to fix this issue :

It converts ISO-8601 date to a human readable format (the same used on OpenBSD release annouces)

https://tildegit.org/solene/openbsd-webzine/src/branch/date_on_each_issue

More seriously, find below a new branch to fix this issue : It converts ISO-8601 date to a human readable format (the same used on OpenBSD release annouces) https://tildegit.org/solene/openbsd-webzine/src/branch/date_on_each_issue
Collaborator

This is fixed to Month, nth YYYY

This is fixed to Month, nth YYYY
prx closed this issue 2021-10-02 19:15:48 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: solene/openbsd-webzine#6
No description provided.