22layout : page
33tags : [Location Predictor, Count Down, Count Up]
44categories : [Donald Trump]
5- date : 2025-04-29 11:45 PM
5+ date : 2025-04-30 8:20 AM
66# excerpt: ''
77# image: 'BASEURL/assets/blog/img/.png'
88# description:
@@ -19,40 +19,18 @@ Current Date/Time: {{ timestamp }}
1919{% assign secs_inauguration2025 = '2025-01-19 12:00 PM' | date: '%s' %}
2020{% assign secs_inauguration2029 = '2029-01-20 12:00 PM' | date: '%s' %}
2121
22- DEBUG: today_noon: {{ today_noon }}
23- DEBUG: secs_inauguration2025: {{ secs_inauguration2025 }}
24- DEBUG: secs_inauguration2029: {{ secs_inauguration2029 }}
25-
2622{% assign secs_total47 = secs_inauguration2029 | minus: secs_inauguration2025 %}
2723{% assign secs_since = today_noon | minus: secs_inauguration2025 %}
2824{% assign secs_remaining = inauguration2029 | minus: today_noon %}
2925
30- DEBUG: secs_total47: {{ secs_total47 }}
31-
32- DEBUG: secs_since: {{ secs_since }}
33-
34- DEBUG: secs_remaining: {{ secs_remaining }}
35-
3626{% assign days_total47 = secs_total47 | divided_by: 86400 %}
3727{% assign days_since = secs_since | divided_by: 86400 %}
3828{% assign days_remaining = secs_remaining | divided_by: 86400 %}
3929
40- DEBUG: days_total47: {{ days_total47 }}
41-
42- DEBUG: days_since: {{ days_since }}
43-
44- DEBUG: days_remaining: {{ days_remaining }}
45-
4630{% assign realsecs_total47 = secs_total47 | times: 1.0 %}
4731{% assign realsecs_since = secs_since | times: 1.0 %}
4832{% assign realsecs_remaining = secs_remaining | times: 1.0 %}
4933
50- DEBUG: realsecs_total47: {{ realsecs_total47 }}
51-
52- DEBUG: realsecs_since: {{ realsecs_since }}
53-
54- DEBUG: realsecs_remaining: {{ realsecs_remaining }}
55-
5634{% assign pctsecs_since = realdays_since | divided_by: realsecs_total47 | times: 100.0 | round | divided_by: 100.0 %}
5735{% assign pctsecs_remaining = realsecs_remaining | divided_by: realsecs_total47 | times: 100.0 | round | divided_by: 100.0 %}
5836
@@ -64,18 +42,35 @@ DEBUG: pctsecs_remaining: {{ pctsecs_remaining }}
6442{% assign realdays_since = days_since | times: 1.0 %}
6543{% assign realdays_remaining = days_remaining | times: 1.0 %}
6644
67- DEBUG: realdays_total47: {{ realdays_total47 }}
68-
69- DEBUG: realdays_since: {{ realdays_since }}
70-
71- DEBUG: realdays_remaining: {{ realdays_remaining }}
72-
7345{% assign pctdays_since = realdays_since | divided_by: realdays_total47 | times: 100.0 | round | divided_by: 100.0 %}
7446{% assign pctdays_remaining = realdays_remaining | divided_by: realdays_total47 | times: 100.0 | round | divided_by: 100.0 %}
7547
76- DEBUG: pctdays_since: {{ pctdays_since }}
77-
78- DEBUG: pctdays_remaining: {{ pctdays_remaining }}
48+ | Variable | Value |
49+ | ---| --- |
50+ | secs_inauguration2029 | {{ secs_inauguration2029 }} |
51+ | today_noon | {{ today_noon }} |
52+ | secs_inauguration2025 | {{ secs_inauguration2025 }} |
53+ | | |
54+ | secs_total47 | {{ secs_total47 }} |
55+ | secs_since | {{ secs_since }} |
56+ | secs_remaining | {{ secs_remaining }} |
57+ | | |
58+ | days_total47 | {{ days_total47 }} |
59+ | days_since | {{ days_since }} |
60+ | days_remaining | {{ days_remaining }} |
61+ | | |
62+ | realsecs_total47 | {{ realsecs_total47 }} |
63+ | realsecs_since | {{ realsecs_since }} |
64+ | realsecs_remaining | {{ realsecs_remaining }} |
65+ | | |
66+ | realdays_total47 | {{ realdays_total47 }} |
67+ | realdays_since | {{ realdays_since }} |
68+ | realdays_remaining | {{ realdays_remaining }} |
69+ | | |
70+ | pctsecs_since | {{ pctsecs_since }} |
71+ | pctsecs_remaining | {{ pctsecs_remaining }} |
72+ | pctdays_since | {{ pctdays_since }} |
73+ | pctdays_remaining | {{ pctdays_remaining }} |
7974
8075### Days of Hell
8176
0 commit comments