Table of Contents
Filepath wildcards can be used in most places in RDAdmin and RDCatch where a filename or URL is required.
A date/time wildcard in Rivendell has the following form:
%
<delta-secs><meta-char><fmt-char>
where:
%A literal percent.
<delta-secs>
Optional. A time offset, in seconds, to apply to the base date-time
(normally, the current wall time). Default value is
0.
<meta-char>Optional. One of the following meta-characters:
^
Convert value indicated by
to all uppercase.
<fmt-char>
$
Convert the initial character of the value indicated by
to uppercase.
<fmt-char>
<fmt-char>One of the following letters:
aAbbreviated weekday name --e.g. 'mon', 'tue'
AFull weekday name --e.g. 'monday', 'tuesday'
bAbbreviated month name --e.g. 'jan', 'feb'
BFull month name --e.g. 'january', 'february'
c[unassigned]
CCentury
dDay of the month, zero padded (01 - 31)
DDate (mm-dd-yy)
eDay of the month, space padded ( 1 - 12)
EDay of the month, unpadded (1 - 12)
f[unassigned]
FDate (yyyy-mm-dd)
gTwo digit year, as per ISO 8601
GFour digit year, as per ISO 8601
hAbbreviated month name --e.g. 'jan', 'feb'
HHour, 24 hour, zero padded (00 - 23)
iHour, 12 hour, space padded ( 0 - 12)
IHour, 12 hour, zero padded (00 - 12)
jDay of year, zero padded (000 - 355)
JHour, 12 hour, unpadded (1 - 12)
kHour, 24 hour, space padded ( 0 - 23)
K[unassigned]
lMonth, unpadded (1-12)
L[unassigned]
mMonth, zero padded (01 - 12)
MMinute, zero padded (00 - 59)
n[unassigned]
N[unassigned]
o[unassigned]
O[unassigned]
pAM/PM string
P[unassigned]
q[unassigned]
Q[unassigned]
rRivendell Host Name [not FQDN]
RRivendell Host Short Name
sService Name
SSeconds, zero padded (00 - 60)
t[unassigned]
T[unassigned]
uDay of the week, numeric, 1=Monday, 7=Sunday
U[unassigned]
v[unassigned]
VWeek number, as per ISO 8601
wDay of the week, numeric, 0=Sunday,6=Saturday
WWeek number, as per ISO 8601
x[unassigned]
X[unassigned]
yTwo digit year
YFour digit year
z-HHMM numeric timezone (e.g. -0400)
:z-HH:MM numeric timezone (e.g. -04:00)
::z-HH:MM:SS numeric timezone (e.g. -04:00:00)
Z[unassigned]
%A literal '%'