Content deleted Content added
Piranha249 (talk | contribs) |
|||
Line 17:
:—[[User:Trappist the monk|Trappist the monk]] ([[User talk:Trappist the monk|talk]]) 02:22, 9 January 2018 (UTC)
::Oh, I thought it was there, but I forgot the modules start with Invoke. –[[User:Piranha249|Piranha249]] ([[User talk:Piranha249|talk]]) 02:32, 9 January 2018 (UTC)
== Abbreviations for Hawaii-Aleutian time zones are wrong ==
Someone recently changed the [[Hawaii–Aleutian Time Zone]] page to have the abbreviations HAST/HADT in the infobox for time zone (North America) to match the abbreviations here, but the abbreviations are wrong. Please see references on that page. The correct abbreviations are HST/HDT, and are what were in the page beforehand. The abbreviations used here are incorrect also. The lines that read:
<pre>
['hast'] = { -- same as AleutST and HST
abbr = 'HAST',
dst_abbr = 'HADT',
</pre>
need to be changed to:
<pre>
['hast'] = { -- same as AleutST
abbr = 'HST', -- note: not HAST or HADT
dst_abbr = 'HDT',
</pre>
|