|
Revision 267, 0.6 kB
(checked in by pennmush, 3 years ago)
|
PennMUSH 1.7.3p4 Archival
|
| Line | |
|---|
| 1 |
The getdate.template file is used by the extended CONVTIME() (See |
|---|
| 2 |
@config compile for it's status) to match many date and time |
|---|
| 3 |
templates. |
|---|
| 4 |
|
|---|
| 5 |
The format is one template per line, using the same codes as |
|---|
| 6 |
TIMEFMT(), except with %-signs instead of $-signs. Plain text is |
|---|
| 7 |
matched exactly. The MUSH does not need to be rebooted after editing |
|---|
| 8 |
getdaily.template. |
|---|
| 9 |
|
|---|
| 10 |
DO NOT use '%c', '%x' or '%X', as they might crash the mush on a linux |
|---|
| 11 |
box, and possibly others. |
|---|
| 12 |
|
|---|
| 13 |
For more details on the format of the file, see your system |
|---|
| 14 |
documentation on the getdate() and strptime() C functions. |
|---|