Created

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

If the Created header is not set, then the node does not have a created time at all.

The Created header is not inherited by child nodes.

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

The Created time for a node can be referenced from the {{created:%B %d, %Y}} substitution parameter, where the parameter rvalue can be an arbitrary strftime format string. However, since Created has no default value, the reference will fail if the header is not set appropriately.

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/created nodes/headers/created
Template default.html templates/default.html
URL /headers/created/ public/headers/created/index.html

Node Headers

Header (Lowercase) Value
created 2026-06-05T18:11:52-04:00
title Created
+-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 2026-06-05T18:11:52-04:00
Modified 2026-06-05T18:36:30-04:00

Node Methods

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