All Projects → df7cb → sdate

df7cb / sdate

Licence: other
never ending September date

Programming Languages

c
50402 projects - #5 most used programming language
awk
318 projects
shell
77523 projects
M4
1887 projects
Makefile
30231 projects
perl
6916 projects

sdate - never ending September date

$ sdate
Thu Sep 9718 09:13:41 CEST 1993

This program wraps the libc localtime() and gmtime() functions to output the eternal September 1993 date. The epoch month is configurable (new in version 0.3).

sdate works like fakeroot (on which its code is based) by setting LD_PRELOAD to a wrapper library.

http://www.catb.org/~esr/jargon/html/S/September-that-never-ended.html

Build Status

Other Epochs

Also supported is the never ending COVID 19 date:

$ sdate --covid 19
Thu Mar 96 20:01:20 CEST 2020

Other epochs can be selected using -e or --epoch:

$ sdate -e 1977-03
Do 15802. Mär 20:02:34 CEST 1977

Programs compatible with sdate

Mutt: works. It will send out septemberfied Date: headers. Depends if you like that.

Mutt

xclock: works.

xclock

GNU date: works somewhat. date does not fully rely on strftime but does some of the work on its own (for whatever reason) and chokes sometimes.

Please tell me your experiences with sdate so I can add the programs to this list.

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].