Open main menu

Changes

no edit summary
{{Documentation subpage}}
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->

{{tl|{{PAGENAME}}}} takes the current UTC time from the server, and applies an optional time offset in hours (or hours and minutes). It returns the computed local time in 24-hour format (''hh:mm'').

; Syntax<nowiki>:</nowiki>
: <tt><nowiki>{{</nowiki>Utc<nowiki>|</nowiki>''[hours]''<nowiki>|</nowiki>''[minutes]''<nowiki>}}</nowiki></tt>
* The ''hours'' parameter (optional, default 0) is normally negative for America and West Pacific, it is null or positive in Europe, Africa, Asia and East Pacific.
* The ''minutes'' parameter (optional, default 0) is null for most timezones, but 30 minutes occur in some places, sometimes because of daylight. Use negative values for western timezones that need it.
* Non integer are accepted for both parameters, but this will be typically used only for ''hours'' offsets from UTC.

; Examples<nowiki>:</nowiki>
: <tt><nowiki>{{</nowiki>Utc<nowiki>}}</nowiki></tt> = "{{Utc}}".
: <tt><nowiki>{{</nowiki>Utc<nowiki>|</nowiki>-4<nowiki>}}</nowiki></tt> = "{{Utc|-4}}".
: <tt><nowiki>{{</nowiki>Utc<nowiki>|</nowiki>2<nowiki>}}</nowiki></tt> = "{{Utc|2}}".
: <tt><nowiki>{{</nowiki>Utc<nowiki>|</nowiki>6.5<nowiki>}}</nowiki></tt> = "{{Utc|6.5}}".
: <tt><nowiki>{{</nowiki>Utc<nowiki>|</nowiki>6<nowiki>|</nowiki>30<nowiki>}}</nowiki></tt> = "{{Utc|6|30}}".

<includeonly>
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Date-computing templates based on current time|Utc]]

<!-- ADD INTERWIKIS BELOW THIS LINE -->

</includeonly>
Anonymous user