Template:Utc

From Citizendium
Revision as of 22:30, 22 October 2007 by imported>Stephen Ewen (New page: <includeonly>{{#time:H:i|{{#expr:{{{1|0}}} * 60 + {{{2|0}}} round 0}} minutes}}</includeonly> <noinclude> ; Dependency Is dependent with {{Tl|Usertime}} ; Usage: {{tl|{{PAGENAME}}}} take...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Dependency

Is dependent with {{Usertime}}

Usage

{{Utc}} 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:
{{Template:Utc|[hours]|[minutes]}}
  • 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 integers are accepted for both parameters, but this will be typically used only for hours offsets from UTC.
Examples:
{{Template:Utc}} = "07:00

".

{{Template:Utc|-4}} = "03:00

".

{{Template:Utc|2}} = "09:00

".

{{Template:Utc|6.5}} = "13:30

".

{{Template:Utc|6|30}} = "13:30

".