Template:Time
From Inkipedia, the Splatoon wiki
This template is used to keep time formatted consistently across the wiki.
It converts time input to Coordinated Universal Time (UTC) and displays a link to a time conversion service for users to click and see when an event happened in their local time zone.
Complete documentation of the #time parser function that this template uses can be found at Help:Extension:ParserFunctions.
Usage
Enter time in the format: yyyy-mm-dd hh:mm time zone.
- The time 2025-04-25 04:57 UTC is entered as
{{time|{{#time: Y-m-d H:i e }}}}
. Output is: 04:57 UTC.
The template will convert non-UTC input to UTC.
{{time|2018-01-13 15:00 JST}}
will be converted to 06:00 UTC.
If the date is not needed, time can be entered alone. The resulting link will assume today's date.
- 04:57 UTC is entered as
{{time|{{#time: H:i e }}}}
. Output is: 04:57 UTC.