Modified

Each node is capable of having a Created time, and a Modified time.

If the Modified header is not set, the modification time of the node file is used as its modified time by default.

The Modified header is not inherited by child nodes.

The value for the Modified header is a date/time string in ISO 8601 format.

The Modified time for a node can be referenced from the {{modified:%B %d, %Y}} substitution parameter, where the parameter rvalue can be an arbitrary strftime format string. If the Modified header is not set, the reference will fall back on the default node time derived from the node file modification time.

Generating Valid Date/Time Strings

On a Linux system with GNU date, the following command will output a suitable ISO 8601 date/time string, complete with the local UTC time zone offset:

date -Is

Example output:

2026-06-05T18:11:52-04:00

On other UNIX systems where GNU date is not available, the following command will output a suitable ISO 8601 date/time string, without the local UTC time zone offset:

date +%FT%T

Example output:

2026-06-05T18:11:52

You can also use date string values with less precision. For example, you can specify only the year, month, and day:

2026-06-05

Node Sorting Behavior

Node creation and modification time can both be used when nodes are sorted. When nodes are sorted by time, the creation time is used preferentially, and the modification time is only consulted if the creation time is not available. See the main node documentation for additional details.

Tags: headers

This page was generated by Uriel with the following settings:

Page Details

Resource Path Project File
Node headers/modified nodes/headers/modified
Template default.html templates/default.html
URL /headers/modified/ public/headers/modified/index.html

Node Headers

Header (Lowercase) Value
modified 2026-06-05T18:11:52-04:00
title Modified
+-tags *
breadcrumb-separator »
canonical-url https://documentation.uriel.foo
rss-description Uriel Documentation
rss-image-height 32
rss-image-url /favicon-32x32.png
rss-image-width 32
rss-max-entries 50
rss-title Uriel Documentation
rss-url /rss.xml
sitemap-max-entries 10000
sitemap-url /sitemap.xml
tag-node tag
tags headers
template default.html

Node Timestamps

Type Value
Created
Modified 2026-06-05T18:11:52-04:00

Node Methods

Method Value
get_parent_node() headers/index
get_path() headers/modified
get_node_type() file
get_url() /headers/modified/
get_canonical_url() https://documentation.uriel.foo/headers/modified/
get_name() modified
get_display_name() Modified
get_title() Modified
get_escaped_title() Modified
get_link() <a href="/headers/modified/">Modified</a>
get_canonical_link() <a href="https://documentation.uriel.foo/headers/modified/">Modified</a>
get_link_prefix() <p>
get_link_suffix() </p>
get_tags() ['headers']
get_dest_dir() ./public/headers/modified
get_dest_file() ./public/headers/modified/index.html
get_breadcrumb_separator() &raquo;