I wonder if it is possible to create a locale definition that would make the C library format the dates according to the French republican calendar.
I expect then, for example, run `date' and get something like "Sex Bru 5 11:43:51 CET 2012".
|
No, the calendar is not something that may be customised with locales. There's a perl DateTime calendar module for the French Revolutionary Calendar though.
|
||||
|
|
strftime(3)would help – warl0ck Oct 27 '12 at 10:20