Hello,
I use SCO Unix v5.0.6a and usually if I want to set date, I do it like this:
date 0616100026 to set date time to 16th June 2026 at 10:00 AM, somehow SCO unix knows the year is 2026 and not 1926.
However by looking at the manual page it seems that correct way is to use -t switch, like
date -t 202606161000, where this 20 is a number representing century (00-90) which means 20 means 21st century.
So I wonder does this have any practical significance? or these above mention commands are always equivalent considering there is no much sense to actually set year to 1926 or something like that.