Template:Current minute offset in time zone/doc: Difference between revisions

Content deleted Content added
No edit summary
Add Indian Standard time (IST)
 
(26 intermediate revisions by 7 users not shown)
Line 12:
Currently the following time zones are supported:}}
{| class="wikitable"
! colspan="2" | {{nowrap|[[File:Weather-snowSnow flake icon.svgpng|24px|alt=SDT -|link=Standard time|Standard time abbreviation]] Abbreviations [[File:Weather-clearCrystal sun.svgpng|24px|alt=- DST|link=Daylight saving time|Daylight saving time abbreviation]]}}
|-
! colspan="2" | {{nowrap|[[File:Weather-snow.svg|24px|alt=SDT -|link=Standard time|Standard time abbreviation]] Abbreviations [[File:Weather-clear.svg|24px|alt=- DST|link=Daylight saving time|Daylight saving time abbreviation]]}}
! Name
! colspan="2" | {{nowrap|[[File:Weather-snowSnow flake icon.svgpng|24px|alt=SDT -|link=Standard time|Standard time offset]] {{Purge|Offset}} [[File:Weather-clearCrystal sun.svgpng|24px|alt=- DST|link=Daylight saving time|Daylight saving time offset]]}}
! Notes
|-
Line 21 ⟶ 20:
|
| Hawaii Standard Time
| colspan="2" style="text-align:center" | UTC'''−'''10:'''00'''
| rowspan="1920" | The minute {{#if:{{{1|}}}||offset}} of standard time does not differ from the minute {{#if:{{{1|}}}||offset}} of [[daylight saving time]] (DST; if applicable).
| rowspan="19" | The minute {{#if:{{{1|}}}||offset}} of standard time does not differ from the minute {{#if:{{{1|}}}||offset}} of [[daylight saving time]] (DST; if applicable).
|-
| '''HAT''' or '''HAST'''
Line 48 ⟶ 46:
| {{#ifexpr:{{Daylight saving in time zone|MT}}||style="background-color:#89CFF0"{{!}}}} UTC'''−'''07:'''00'''
| {{#ifexpr:{{Daylight saving in time zone|MT}}|style="background-color:#89CFF0"{{!}}}} UTC'''−'''06:'''00'''
|-
| '''SKT''' or '''SKST'''
| Saskatchewan Standard Time
| colspan="2" style="text-align:center" | UTC'''−'''06:'''00'''
|-
| '''CT''' or '''CST'''
Line 96 ⟶ 99:
| style="background-color:#{{#ifexpr:{{Daylight saving in time zone|EET}}|F2F2F2|89CFF0}}" | UTC'''+'''02:'''00'''
| style="background-color:#{{#ifexpr:{{Daylight saving in time zone|EET}}|89CFF0|F2F2F2}}" | UTC'''+'''03:'''00'''
|-
|'''IST'''
|
|Indian Standard Time
| colspan="2" style="text-align:center" |UTC'''+05''':30
|
|-
| '''AWT''' or '''AWST'''
|
| Australian Western Standard Time
| colspan="2" style="text-align:center" | UTC'''+'''08:'''00'''
|-
| '''ACT''' or '''ACST'''
Line 118 ⟶ 126:
| style="background-color:#F2F2F2" |
| style="background-color:#F2F2F2" | Korea Standard Time
| colspan="2" style="background-color:#F2F2F2;text-align:center;" | UTC'''+'''09:'''00'''
| style="background-color:#F2F2F2" |
|-
| style="background-color:#F2F2F2" | '''JST'''
| style="background-color:#F2F2F2" |
| style="background-color:#F2F2F2" | Japan Standard Time
| colspan="2" style="background-color:#F2F2F2;text-align:center;" | UTC'''+'''09:'''00'''
| style="background-color:#F2F2F2" |
|-
| '''NZT''' or '''NZST'''
Line 138 ⟶ 144:
 
==Examples==
{{Pre|<nowikisyntaxhighlight lang="wikitext">*</nowiki>{{((}}Current minute offset in time zone{{!}}|CET{{))}}}}</syntaxhighlight>
produces
*{{Current minute offset in time zone|CET}}
 
 
{{Pre|<nowikisyntaxhighlight lang="wikitext">*</nowiki>{{((}}Current minute offset in time zone{{!}}|ACT{{))}}}}</syntaxhighlight>
produces
*{{Current minute offset in time zone|ACT}}
 
 
{{Pre|<nowikisyntaxhighlight lang="wikitext">*</nowiki>{{((}}Current minute offset in time zone{{!}}|NT{{))}}}}</syntaxhighlight>
produces
*{{Current minute offset in time zone|NT}}
 
 
{{Pre|<nowikisyntaxhighlight lang="wikitext">*</nowiki>{{((}}Current minute offset in time zone{{!}}|45{{))}}}}</syntaxhighlight>
produces
*{{Current minute offset in time zone|45}}
 
 
{{Pre|<nowikisyntaxhighlight lang="wikitext">*</nowiki>{{((}}Current minute offset in time zone{{))}}}}</syntaxhighlight>
produces
*{{Current minute offset in time zone}}
 
==Related templates==
*{{tl|Current hour offset in time zonetemplates}}
*{{tl|Current hour in time zone}}
*{{tl|Current minute in time zone}}
*{{tl|Daylight saving in time zone}}
}}