Open main menu

Template:Utc/doc

< Template:Utc
Revision as of 00:54, 15 January 2011 by 134.253.26.4 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{Utc/doc}} 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:
{{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 integer are accepted for both parameters, but this will be typically used only for hours offsets from UTC.
Examples:
{{Utc}} = "23:44".
{{Utc|-4}} = "19:44".
{{Utc|2}} = "01:44".
{{Utc|6.5}} = "06:14".
{{Utc|6|30}} = "06:14".