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]#> ⇒ 1722063629
<#[system.microtime]#> ⇒ 1722063629.7541
<#[system.time]#> ⇒ 7:00:29 AM UTC
<#[system.time_short]#> ⇒ 07:00:29
<#[system.date]#> ⇒ 2024-07-27
<#[system.date_time]#> ⇒ 2024-07-27 7:00:29 AM UTC
<#[system.date_time_short]#> ⇒ 2024-07-27 07:00:29
<#[system.month]#> ⇒ 07
<#[system.day]#> ⇒ 27
<#[system.year]#> ⇒ 2024
<#[system.month_name]#> ⇒ July
<#[system.month_name_short]#> ⇒ Jul
<#[system.month_short]#> ⇒ 7
<#[system.day_name]#> ⇒ Saturday
<#[system.day_name_short]#> ⇒ Sat
<#[system.day_short]#> ⇒ 27
<#[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]#> ⇒ b8e4c2f37c64555b4dc843a9a60f146a
<#[system.request as html]#> ⇒ /variables/system
<#[system.referrer as html]#> ⇒ 
<#[system.referring_host]#> ⇒ 
<#[system.referring_scheme]#> ⇒ 
<#[system.referring_host_url]#> ⇒ 
<#[system.referring_page_url]#> ⇒ 
<#[system.https_referring_host]#> ⇒ 
<#[system.https_referring_page as html]#> ⇒ 
<#[system.referring_query as html]#> ⇒ 
<#[system.remote_addr as html]#> ⇒ 3.12.152.196


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.