Another RTC related niggle.. its not currently possible to display an unpadded day - the only two options, currently, are:
%cd day of month (01..31)
%ce day of month, blank padded ( 1..31)
This isnt ideal for the WPS line I'm trying to create:
10:01pm :: Monday :: 7 March 2007
..theres always a double space if the day is a single digit, throwing off the delicate asthetics of the line. Is there any way around that?