ZDevil
Well, I'm far from being guru in X11 fonts. It is enough to say that classical pcf fonts are not scalable (unlike Type1 or TTF) and * in their names is a wildcard like in a shell.
xfontsel allows you to choose fonts on your system based on your criteria. When you launch it you can see -fndry-fmly-wght--blah-blah-blah-blah...
If you click on, say, avgWdth, you will get a list of available widths. You can click on other items to constrict search process even further.
This should work on your system.... I hope
"Time -*-*-bold-*-*--*-*-*-*-60-*-*",
"Date -*-*-*-*-*--*-*-*-*-50-*-*",
xlsfonts just lists all installed fonts
The default Date and Time strings don't work because these fonts are in crox-cyrillic package. Be careful if you want to install them: startx in RC10-12 has a bug that will prevent other installed fonts from loading by X11
But if you still want to data that you will need to replace : in font separator with ,
E.g. you will need to replace
FONTS_PATH=$FONTS_PATH"/usr/X11R6/lib/X11/fonts/cyrillic:"
with
FONTS_PATH=$FONTS_PATH"/usr/X11R6/lib/X11/fonts/cyrillic,"
AFAIK this issue will be fixed in the next pdaxrom release.