Skip to content

Latest commit

 

History

History
147 lines (118 loc) · 5.89 KB

File metadata and controls

147 lines (118 loc) · 5.89 KB
layout page
tags
Location Predictor
Count Down
Count Up
categories
Donald Trump
date 2025-04-30 8:20 AM
title Where Is Trump? 🔥DC? FL⛳️?

{% assign timestamp = 'now' | date: "%F %r%z %Z" %} Current Date/Time: {{ timestamp }}

Days Count Up / Term Count Down

{% assign today_noon = 'now' | date: '%Y-%m-%d 12:00 PM' | date: '%s' %} {% assign today_noon = 'now' | date: '2025-03-31 12:00 PM' | date: '%s' %} {% assign secs_inauguration2025 = '2025-01-19 12:00 PM' | date: '%s' %} {% assign secs_inauguration2029 = '2029-01-21 12:00 PM' | date: '%s' %}

{% assign tz_noon = today_noon | date: "%Z" %}

{% assign hr_forward = 0 %} {% if tz_noon contains "DT" %} {% assign hr_forward = 3600 | plus: hr_forward %} {% assign secs_forward = today_noon | plus: hr_forward %} {% assign today_noon = secs_forward %} {% endif %}

{% assign secs_total47 = secs_inauguration2029 | minus: secs_inauguration2025 %} {% assign secs_since = today_noon | minus: secs_inauguration2025 %} {% assign secs_remaining = secs_inauguration2029 | minus: today_noon %}

{% assign days_total47 = secs_total47 | divided_by: 86400 %} {% assign days_since = secs_since | divided_by: 86400 %} {% assign days_remaining = secs_remaining | divided_by: 86400 %}

{% assign realsecs_total47 = secs_total47 | times: 1.0 %} {% assign realsecs_since = secs_since | times: 1.0 %} {% assign realsecs_remaining = secs_remaining | times: 1.0 %}

{% assign pctsecs_since = realsecs_since | divided_by: realsecs_total47 | times: 10000.0 | round | divided_by: 100.0 %} {% assign pctsecs_remaining = realsecs_remaining | divided_by: realsecs_total47 | times: 10000.0 | round | divided_by: 100.0 %}

{% assign realdays_total47 = days_total47 | times: 1.0 %} {% assign realdays_since = days_since | times: 1.0 %} {% assign realdays_remaining = days_remaining | times: 1.0 %}

{% assign pctdays_since = realdays_since | divided_by: realdays_total47 | times: 10000.0 | round | divided_by: 100.0 %} {% assign pctdays_remaining = realdays_remaining | divided_by: realdays_total47 | times: 10000.0 | round | divided_by: 100.0 %}

Days since: {{ days_since }} Percent completed: {{ pctdays_since }}%

Computer, End Trump Presidency Simulation.1

Days remaining: {{ days_remaining }} Percent remaining: {{ pctdays_remaining }}%

Where Is Trump?

{% assign today = 'now' %} {% assign day = 'now' | date: '%A' %} Today is: {{ day }}. {% case day %} {% when "Friday", "Saturday", "Sunday" %}

He’s Burning 🔥 Taxpayer Money 💰 Playing Golf 🏌️‍♂️ at His Mar-a-Lago Resort ⛳️

Golfing ⛳️
Mar-a-Lago
The Mar-a-Lago Club
1100 South Ocean Boulevard,
Palm Beach, Florida 33480
+1 (561) 832-2600
{% else %}

Trump Is Busy Burning Federal Government to the Ground

Burning 🔥 Federal Government
White House
1600 Pennsylvania Ave., NW
Washington, DC 20500
+1 (202) 456-1111 (comments)
+1 (202) 456-1414 (switchboard)
{% endcase %}

Check FAA NOTAM SECURITY/VIP

Check His Public Schedule

{% comment %} 1461 days Floating holidays (shift to Friday or Monday if on weekend):

  1. New Year's Day (January 1)
  2. Juneteenth National Independence Day (June 19)
  3. Independence Day (July 4)
  4. Veterans Day (November 11)
  5. Christmas Day (December 25)

Fixed (fixed day of week):

  1. Birthday of Martin Luther King, Jr. (Third Monday in January)
  2. Washington's Birthday (Also known as Presidents Day; third Monday in February)
  3. Memorial Day (Last Monday in May)
  4. Labor Day (First Monday in September)
  5. Columbus Day (Second Monday in October)
  6. Thanksgiving Day (Fourth Thursday in November)

Static (remains fixed on date no matter what): Logic: date '%Y' - 1 | modulus 4

  1. Inauguration Day (January 20, every 4 years following a presidential election) {% endcomment %}

tz_noon: {{ tz_noon }} hr_forward: {{ hr_forward }}

Variable Value
secs_inauguration2025 {{ secs_inauguration2025 }}
today_noon {{ today_noon }}
secs_inauguration2029 {{ secs_inauguration2029 }}
secs_total47 {{ secs_total47 }}
secs_since {{ secs_since }}
secs_remaining {{ secs_remaining }}
days_total47 {{ days_total47 }}
days_since {{ days_since }}
days_remaining {{ days_remaining }}
realsecs_total47 {{ realsecs_total47 }}
realsecs_since {{ realsecs_since }}
realsecs_remaining {{ realsecs_remaining }}
realdays_total47 {{ realdays_total47 }}
realdays_since {{ realdays_since }}
realdays_remaining {{ realdays_remaining }}
pctsecs_since {{ pctsecs_since }}
pctsecs_remaining {{ pctsecs_remaining }}
pctdays_since {{ pctdays_since }}
pctdays_remaining {{ pctdays_remaining }}

Footnotes

  1. @RalphHightower: I'm wishing that the time between January 20, 2025 and January 20, 2029 is a just a nightmare Holodeck2 simulation.

  2. Begin Program: The Reality Of Building a Holodeck Today / Star Trek
    Star Trek: The Next Generation
    Published May 18, 2021
    By Becca Caddy