Using System Variables

This page injects all available Hashtag System Variables.   The System Bucket is reserved, and System Variable values can not be set or altered by Hashtag Markup.  
Note:Hashtag Markup is shown below <# like.this #>.   The value generated by processing the Hashtag Markup, after applying any Variable Contexts, is injected into this HTML page after the symbol.  
<#[system.timestamp]#> ⇒ 1716058602
<#[system.microtime]#> ⇒ 1716058602.0434
<#[system.time]#> ⇒ 6:56:42 PM UTC
<#[system.time_short]#> ⇒ 18:56:42
<#[system.date]#> ⇒ 2024-05-18
<#[system.date_time]#> ⇒ 2024-05-18 6:56:42 PM UTC
<#[system.date_time_short]#> ⇒ 2024-05-18 18:56:42
<#[system.month]#> ⇒ 05
<#[system.day]#> ⇒ 18
<#[system.year]#> ⇒ 2024
<#[system.month_name]#> ⇒ May
<#[system.month_name_short]#> ⇒ May
<#[system.month_short]#> ⇒ 5
<#[system.day_name]#> ⇒ Saturday
<#[system.day_name_short]#> ⇒ Sat
<#[system.day_short]#> ⇒ 18
<#[system.domain]#> ⇒ bat.hashtagfoundation.org
<#[system.host]#> ⇒ bat.hashtagfoundation.org
<#[system.host_url]#> ⇒ https://bat.hashtagfoundation.org
<#[system.https_host]#> ⇒ https://bat.hashtagfoundation.org
<#[system.page]#> ⇒ variables/system
<#[system.session_id as html]#> ⇒ 4096d89689d9b4cbf2c051a8b0045488
<#[system.request as html]#> ⇒ /variables/system
<#[system.referrer as html]#> ⇒ http://bat.hashtagfoundation.org/variables/system?
<#[system.referring_host]#> ⇒ bat.hashtagfoundation.org
<#[system.referring_scheme]#> ⇒ http
<#[system.referring_host_url]#> ⇒ http://bat.hashtagfoundation.org
<#[system.referring_page_url]#> ⇒ http://bat.hashtagfoundation.org/variables/system
<#[system.https_referring_host]#> ⇒ https://bat.hashtagfoundation.org
<#[system.https_referring_page as html]#> ⇒ https://bat.hashtagfoundation.org/variables/system
<#[system.referring_query as html]#> ⇒ 
<#[system.remote_addr as html]#> ⇒ 18.224.63.61


The Hashtag Markup Language provides many methods for setting variable values, and using them later.

Variable Buckets can hold many values, processed together.   Variable Contexts enable safe injection anywhere.