Show More
@@ -427,12 +427,16 b' PYTHONPATH::' | |||||
427 | - hgdate: Date. Returns the date as a pair of numbers: |
|
427 | - hgdate: Date. Returns the date as a pair of numbers: | |
428 | "1157407993 25200" (Unix timestamp, timezone offset). |
|
428 | "1157407993 25200" (Unix timestamp, timezone offset). | |
429 | - isodate: Date. Returns the date in ISO 8601 format. |
|
429 | - isodate: Date. Returns the date in ISO 8601 format. | |
|
430 | - isodatesec: Date. Returns the date in ISO 8601 format, including | |||
|
431 | seconds. See also the rfc3339date filter. | |||
430 | - localdate: Date. Converts a date to local date. |
|
432 | - localdate: Date. Converts a date to local date. | |
431 | - obfuscate: Any text. Returns the input text rendered as a |
|
433 | - obfuscate: Any text. Returns the input text rendered as a | |
432 | sequence of XML entities. |
|
434 | sequence of XML entities. | |
433 | - person: Any text. Returns the text before an email address. |
|
435 | - person: Any text. Returns the text before an email address. | |
434 | - rfc822date: Date. Returns a date using the same format used |
|
436 | - rfc822date: Date. Returns a date using the same format used | |
435 | in email headers. |
|
437 | in email headers. | |
|
438 | - rfc3339date: Date. Returns a date using the Internet date format | |||
|
439 | specified in RFC 3339. | |||
436 | - short: Changeset hash. Returns the short form of a changeset |
|
440 | - short: Changeset hash. Returns the short form of a changeset | |
437 | hash, i.e. a 12-byte hexadecimal string. |
|
441 | hash, i.e. a 12-byte hexadecimal string. | |
438 | - shortdate: Date. Returns a date like "2006-09-18". |
|
442 | - shortdate: Date. Returns a date like "2006-09-18". |
General Comments 0
You need to be logged in to leave comments.
Login now