proh14 / canoutils

coreutils but cano! public domain 💖
The Unlicense
16 stars 9 forks source link

Implemented `date` #38

Open Eike-Flath opened 5 months ago

Eike-Flath commented 5 months ago

I implemented date (issue #6) as described by the POSIX standard. I did implement support for changing the system time. I did not implement any features that are not described in the POSIX standard.

proh14 commented 5 months ago

hello thanks for your contribution! please also add --help + some of the gnu flags

Eike-Flath commented 5 months ago

@proh14 I now added --help as well as the GNU flags --iso-8601, --rfc-3339, and --rfc-email (as well as their short option equivalents). I also added support for the GNU format specifiers %N and %:z. Are there any other GNU features you would like to see implemented?