Template:Utctest
From Discworld MUD Wiki
Pieces for testing, remove text when done.
references here:https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions#.23time
http://www.timeanddate.com/worldclock/converter.html?iso=20200126T000000&p1=tz_gmt&p2=tz_cet&p3=tz_et&p4=tz_pst
Mon, 01 May 2023 13:26:57 +0000
curr yr: 2023
curr mo: 05
curr day: 01
curr hr: 13
curr min: 26
curr timestamp: 20230501132657
local timestamp: 20230501092657
time parser: 20230501132657
time parser: 20200126111500
Use these two above? if{{utctest}}is used, return result of
{{#time: YmdHis | now}}, if
{{utctest| 1 jan 2020 20:15}}is used, then conditionally send that to parser?
Also, can we make a wrapper template that parses the time stamp from the parser and makes url for timeanddate web?
[http://www.timeanddate.com/worldclock/fixedtime.html?hour= {{{hour|{{{1|{{CURRENTHOUR}}}}}}}} &min={{{minute|{{{2|0}}}}}} &sec={{{second|0}}}{{#if:{{{day|}}}| &day={{{day}}} &month={{{month}}} &year={{{year}}}}} {{{hour|{{{1|{{CURRENTHOUR}}}}}}}}:{{{minute|{{{2|00}}}}}} UTC]
[edit]
Documentation