This is the command sdate that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
sdate - never ending September date
SYNOPSIS
sdate [-e|--epoch yyyy-mm] [-l|--lib library] [--] [command]
DESCRIPTION
sdate runs a command in an environment wherein it wraps the libc localtime() and gmtime()
calls such that the program will use the eternal September date. The wrapper functions
are in a shared library /usr/lib/libsdate/libsdate.so* which is loaded through the
LD_PRELOAD mechanism of the dynamic loader. (See ld.so(8))
OPTIONS
-e yyyy-mm, --epoch yyyy-mm
Specify an alternative epoch, default is 1993-09.
-l library, --lib library
Specify an alternative wrapper library.
[--] command
Any command you want to be ran. Use ‘--’ if in the command you have other options
that may confuse sdate's option parsing.
-h Display help.
-v Display version.
Use sdate online using onworks.net services