View text source at Wikipedia
14:47
{{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).
{{Utc|[hours]|[minutes]}}
{{Utc}}
= "14:47".{{Utc|-4}}
= "10:47".{{Utc|2}}
= "16:47".{{Utc|6.5}}
= "21:17".{{Utc|6|30}}
= "21:17".